From f902492a01c974283c9c800ddbd5de651c474c25 Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Mon, 27 Sep 1999 20:52:11 +0000 Subject: no_comment --- perl-install/Makefile | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'perl-install/Makefile') diff --git a/perl-install/Makefile b/perl-install/Makefile index 7a4904b6d..986cf9fec 100644 --- a/perl-install/Makefile +++ b/perl-install/Makefile @@ -139,8 +139,8 @@ get_needed_files: $(SO_FILES) ln -sf ash $(DEST)/usr/bin/sh -# tar xfy locales.tar.bz2 -C $(DEST) - DEST=$(DEST) perl -I. -MForMakefile -e 'locale()' + tar xfy locales.tar.bz2 -C $(DEST) +# DEST=$(DEST) perl -I. -MForMakefile -e 'locale()' DEST=$(DEST) perl -I. -MForMakefile -e 'xmodmap()' cp -a keymaps $(DEST)/usr/share @@ -150,6 +150,8 @@ get_needed_files: $(SO_FILES) cp compss compssList $(ROOTDEST)/Mandrake/base cp -f ../modules/modules.cpio.bz2 $(DEST)/lib/ + install -d $(DEST)/lib/modules + cp -f ../modules/pristine/* $(DEST)/lib/modules ln -s install2 $(DEST)/usr/bin/runinstall2 # echo -e "#!/bin/sh\n\nexec '/usr/bin/sh'" > $(DEST)/usr/bin/runinstall2 @@ -178,7 +180,7 @@ stage2: $(SUDO) umount /mnt/stage2 ; true dd if=/dev/zero of=$(STAGE2) bs=1M count=14 echo y | /sbin/mke2fs $(STAGE2) - $(SUDO) mount $(STAGE2) /mnt/stage2 -o loop + $(SUDO) mount -t ext2 $(STAGE2) /mnt/stage2 -o loop # hack to reduce the STAGE2 image rm $(STAGE2TMP)/usr/X11R6/bin/XF86_VGA16 -- cgit v1.2.1