diff options
author | Pascal Rigaux <pixel@mandriva.com> | 1999-07-24 22:18:22 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 1999-07-24 22:18:22 +0000 |
commit | e556c04ec489070c46bbbc1ebc47ec2613fb5f6e (patch) | |
tree | bf37593312c9b38e8795c23bb1c8862643f11209 | |
parent | 6b2a4158cc229cf3bb1edb54c9428e567696b54a (diff) | |
download | drakx-e556c04ec489070c46bbbc1ebc47ec2613fb5f6e.tar drakx-e556c04ec489070c46bbbc1ebc47ec2613fb5f6e.tar.gz drakx-e556c04ec489070c46bbbc1ebc47ec2613fb5f6e.tar.bz2 drakx-e556c04ec489070c46bbbc1ebc47ec2613fb5f6e.tar.xz drakx-e556c04ec489070c46bbbc1ebc47ec2613fb5f6e.zip |
no_comment
-rw-r--r-- | perl-install/Makefile | 4 | ||||
-rw-r--r-- | perl-install/install_any.pm | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/perl-install/Makefile b/perl-install/Makefile index 3303ecd23..3eaafc310 100644 --- a/perl-install/Makefile +++ b/perl-install/Makefile @@ -5,7 +5,7 @@ DEST = $(ROOTDEST)/Mandrake/instimage DESTREP4PMS = $(DEST)/usr/bin/perl-install PERL = perl LOCALFILES = $(PERL) mouseconfig -EXCLUDE = $(LOCALFILES) boot-hd.img keymaps xmodmaps consolefonts install +EXCLUDE = $(LOCALFILES) boot.img keymaps xmodmaps consolefonts install .PHONY: all po tags install clean verify_c @@ -17,7 +17,7 @@ tags: clean: test ! -e c/Makefile || $(MAKE) -C c clean $(MAKE) -C po clean - rm -f c/c.xs install1_hd + rm -f c/c.xs install1_hd gendepslist find . -name "*~" -o -name "TAGS" -o -name "*.old" | xargs rm -f tar: clean diff --git a/perl-install/install_any.pm b/perl-install/install_any.pm index be4b2d7c8..8d38cddc6 100644 --- a/perl-install/install_any.pm +++ b/perl-install/install_any.pm @@ -15,7 +15,7 @@ use log; 1; -sub fileInBase { member($_[0], qw(hdlist compss depslist)); } +sub fileInBase { member($_[0], qw(compss depslist)); } sub imageGetFile { fileInBase($_[0]) and return "/tmp/rhimage/Mandrake/base/$_[0]"; |