diff options
Diffstat (limited to 'perl-install/share/po/i18n_compssUsers')
-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"; |