summaryrefslogtreecommitdiffstats
path: root/perl-install/Makefile
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>1999-11-02 19:48:21 +0000
committerPascal Rigaux <pixel@mandriva.com>1999-11-02 19:48:21 +0000
commit9176797a41f4acb22259ffa0b7e58d49b1bceac3 (patch)
treec655e423b29d899df9f332247e1640b142300a03 /perl-install/Makefile
parentedeac12d2a69a099fdf5fec50e389699de21c2c2 (diff)
downloaddrakx-9176797a41f4acb22259ffa0b7e58d49b1bceac3.tar
drakx-9176797a41f4acb22259ffa0b7e58d49b1bceac3.tar.gz
drakx-9176797a41f4acb22259ffa0b7e58d49b1bceac3.tar.bz2
drakx-9176797a41f4acb22259ffa0b7e58d49b1bceac3.tar.xz
drakx-9176797a41f4acb22259ffa0b7e58d49b1bceac3.zip
no_comment
Diffstat (limited to 'perl-install/Makefile')
-rw-r--r--perl-install/Makefile7
1 files changed, 2 insertions, 5 deletions
diff --git a/perl-install/Makefile b/perl-install/Makefile
index 20fb2b1ab..cb49dbb09 100644
--- a/perl-install/Makefile
+++ b/perl-install/Makefile
@@ -11,7 +11,7 @@ BASE = $(ROOTDEST)/Mandrake/base
DESTREP4PMS = $(DEST)$(REP4PMS)
STAGE2TMP = /tmp/stage2_tmp
PERL = perl
-LOCALFILES = $(PERL) mouseconfig ddcxinfos
+LOCALFILES = mouseconfig ddcxinfos
DIRS = c po pci_probing resize_fat
EXCLUDE = $(LOCALFILES) boot.img keymaps consolefonts install
RPMS = $(wildcard $(ROOTDEST)/Mandrake/RPMS/*.rpm)
@@ -33,9 +33,6 @@ clean:
tar: clean
cd .. ; tar cfy perl-install.tar.bz2 $(EXCLUDE:%=--exclude %) perl-install
-floppy:
- dd if=/dev/zero of=/tmp/initrd bs=1k count=2000 ; $(MKE2FS) /tmp/initrd ; mount /tmp/initrd /mnt/disk/ -o loop ; cp -a ../install1/* /mnt/disk/ ; umount /mnt/disk ; gzip -c /tmp/initrd > /tmp/initrd.img ; mcopy -o /tmp/initrd.img a:
-
tar-diskdrake: clean pci_probing
cd .. ; rm -rf diskdrake ; cp -af perl-install diskdrake
@@ -151,7 +148,7 @@ get_needed_files: $(DIRS)
# echo -e "#!/bin/sh\n\nexec '/usr/bin/sh'" > $(DEST)/usr/bin/runinstall2
# chmod a+x $(DEST)/usr/bin/runinstall2
- cp -a ../install/install1_pcmcia/etc/pcmcia $(DEST)/etc
+ tar xyC $(DEST) -f ../install/install1_pcmcia.tar.bz2 ./etc/pcmcia
as_root:
/bin/dd if=/dev/zero of=/tmp/initrd bs=1k count=4000