diff options
author | Pascal Rigaux <pixel@mandriva.com> | 1999-11-08 14:30:50 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 1999-11-08 14:30:50 +0000 |
commit | 989f1150a37765385b92d9d561b2a2a0c9be4984 (patch) | |
tree | 248a75c3a2f59932beae16cacc3a9898ff6024c6 /perl-install/Makefile | |
parent | 289db2a20031f221bab63bbbfe40be88da1620ff (diff) | |
download | drakx-989f1150a37765385b92d9d561b2a2a0c9be4984.tar drakx-989f1150a37765385b92d9d561b2a2a0c9be4984.tar.gz drakx-989f1150a37765385b92d9d561b2a2a0c9be4984.tar.bz2 drakx-989f1150a37765385b92d9d561b2a2a0c9be4984.tar.xz drakx-989f1150a37765385b92d9d561b2a2a0c9be4984.zip |
no_comment
Diffstat (limited to 'perl-install/Makefile')
-rw-r--r-- | perl-install/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/perl-install/Makefile b/perl-install/Makefile index ecd29a7d1..20792080b 100644 --- a/perl-install/Makefile +++ b/perl-install/Makefile @@ -81,7 +81,7 @@ install_pms: $(DIRS) cp *.rc $(DESTREP4PMS) install -d $(DESTREP4PMS)/po - cp -f po/*.po* $(DESTREP4PMS)/po || true + cp -f po/*.po* $(DESTREP4PMS)/po ||: ln -sf perl-install/install2 $(DEST)/usr/bin ln -sf perl-install/commands $(DEST)/usr/bin chmod a+x $(DESTREP4PMS)/install2 @@ -152,7 +152,7 @@ get_needed_files: $(DIRS) else \ cp -f ../modules/modules.cpio.bz2 $(DEST)/lib/; \ install -d $(DEST)/lib/modules; \ - cp -f ../modules/pristine/* $(DEST)/lib/modules || true; \ + cp -f ../modules/pristine/* $(DEST)/lib/modules ||: ; \ fi ln -s install2 $(DEST)/usr/bin/runinstall2 @@ -181,8 +181,8 @@ stage2: install -d $(STAGE2TMP) $(SUDO) cp -a $(DEST)/* $(STAGE2TMP) - $(SUDO) umount /mnt/stage2 ; true - dd if=/dev/zero of=$(STAGE2) bs=1M count=16 + $(SUDO) umount /mnt/stage2 ||: + dd if=/dev/zero of=$(STAGE2) bs=1M count=15 $(MKE2FS) -N 1000 $(STAGE2) $(SUDO) mount -t ext2 $(STAGE2) /mnt/stage2 -o loop |