summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--perl-install/Makefile4
-rw-r--r--perl-install/install_any.pm2
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]";