From e556c04ec489070c46bbbc1ebc47ec2613fb5f6e Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Sat, 24 Jul 1999 22:18:22 +0000 Subject: no_comment --- perl-install/Makefile | 4 ++-- 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]"; -- cgit v1.2.1