From 8b95b15ca4c26cef2b7158639aa6a77a74cc9612 Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Wed, 4 Oct 2000 19:38:43 +0000 Subject: *** empty log message *** --- perl-install/share/po/i18n_compssUsers | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'perl-install/share/po/i18n_compssUsers') 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"; -- cgit v1.2.1