diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2000-10-04 19:38:43 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2000-10-04 19:38:43 +0000 |
commit | 8b95b15ca4c26cef2b7158639aa6a77a74cc9612 (patch) | |
tree | f101a293b96d249e189346e98e22f440e0297ad6 | |
parent | 86d8d93750b2173c59e1e6f2a6c5ffde2646b1f4 (diff) | |
download | drakx-backup-do-not-use-8b95b15ca4c26cef2b7158639aa6a77a74cc9612.tar drakx-backup-do-not-use-8b95b15ca4c26cef2b7158639aa6a77a74cc9612.tar.gz drakx-backup-do-not-use-8b95b15ca4c26cef2b7158639aa6a77a74cc9612.tar.bz2 drakx-backup-do-not-use-8b95b15ca4c26cef2b7158639aa6a77a74cc9612.tar.xz drakx-backup-do-not-use-8b95b15ca4c26cef2b7158639aa6a77a74cc9612.zip |
*** empty log message ***
-rw-r--r-- | perl-install/share/po/i18n_compssUsers | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/perl-install/share/po/i18n_compssUsers b/perl-install/share/po/i18n_compssUsers index d37fdf3fd..70ccd15d2 100644 --- a/perl-install/share/po/i18n_compssUsers +++ b/perl-install/share/po/i18n_compssUsers @@ -1,5 +1,11 @@ #!/usr/bin/perl +BEGIN { + # fake module ``c'' so that no need to build DrakX + $INC{'c.pm'} = 1; + package c; sub AUTOLOAD { } sub getpagesize { 1024 } # getpagesize is needed by swap.pm, otherwise sigsegv +} + use lib "../.."; use pkgs; use common ":common"; |