diff options
author | Pascal Rigaux <pixel@mandriva.com> | 1999-09-07 20:28:22 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 1999-09-07 20:28:22 +0000 |
commit | fdc0e52cf8c9cfae833f45ec59d35d640a7ce6cc (patch) | |
tree | c490fb5b33d6b0a0816303cc7b7d4c1a88262da6 /perl-install/Makefile | |
parent | b1f24e0e6c2b5dd8870d1ee89bf7911fe871bfac (diff) | |
download | drakx-fdc0e52cf8c9cfae833f45ec59d35d640a7ce6cc.tar drakx-fdc0e52cf8c9cfae833f45ec59d35d640a7ce6cc.tar.gz drakx-fdc0e52cf8c9cfae833f45ec59d35d640a7ce6cc.tar.bz2 drakx-fdc0e52cf8c9cfae833f45ec59d35d640a7ce6cc.tar.xz drakx-fdc0e52cf8c9cfae833f45ec59d35d640a7ce6cc.zip |
no_comment
Diffstat (limited to 'perl-install/Makefile')
-rw-r--r-- | perl-install/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/perl-install/Makefile b/perl-install/Makefile index cc1991b19..7ae8bb947 100644 --- a/perl-install/Makefile +++ b/perl-install/Makefile @@ -117,7 +117,7 @@ get_needed_files: $(SO_FILES) d=`echo $(DEST)/$$i | sed 's/\/usr\/local\//\/usr\//'`; \ install -d `dirname $$d` && \ if (echo $$i | grep -q "\.pm"); then \ - perl -pe '$$_ =~ /^__END__/ and exit(0);' $$i > $$d; \ + perl -ne '$$_ =~ /^__END__/ and exit(0); print unless /\s*#-/' $$i > $$d; \ else \ cp -f $$i $$d; \ strip $$d 2>/dev/null || true; \ @@ -140,7 +140,7 @@ get_needed_files: $(SO_FILES) cp -a keymaps $(DEST)/usr/share cp -a consolefonts $(DEST)/usr/share - cp MonitorsDB $(DEST)/usr/share + cp modparm.lst MonitorsDB $(DEST)/usr/share cp logo-mandrake.xpm $(DEST)/usr/share cp compss compssList $(ROOTDEST)/Mandrake/base |