summaryrefslogtreecommitdiffstats
path: root/move/Makefile
diff options
context:
space:
mode:
authorGuillaume Cottenceau <gc@mandriva.com>2003-12-04 12:46:36 +0000
committerGuillaume Cottenceau <gc@mandriva.com>2003-12-04 12:46:36 +0000
commit3d9d6fa55ffa3caf084f47a84461120400b70f6f (patch)
tree78107a271edbe6262d9611fefa5a18e66ad56dac /move/Makefile
parent0084787d50b4a7568fd233e911cc7bde9a4756bd (diff)
downloaddrakx-backup-do-not-use-3d9d6fa55ffa3caf084f47a84461120400b70f6f.tar
drakx-backup-do-not-use-3d9d6fa55ffa3caf084f47a84461120400b70f6f.tar.gz
drakx-backup-do-not-use-3d9d6fa55ffa3caf084f47a84461120400b70f6f.tar.bz2
drakx-backup-do-not-use-3d9d6fa55ffa3caf084f47a84461120400b70f6f.tar.xz
drakx-backup-do-not-use-3d9d6fa55ffa3caf084f47a84461120400b70f6f.zip
*** empty log message ***
Diffstat (limited to 'move/Makefile')
-rw-r--r--move/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/move/Makefile b/move/Makefile
index b06b96cd9..81085bddb 100644
--- a/move/Makefile
+++ b/move/Makefile
@@ -108,7 +108,7 @@ iso: un_live_tree_boot install live_tree_boot
touch /tmp/iso/isolinux/boot.cat
find /tmp/iso/isolinux -type f -printf '%p 100\n' > /tmp/iso.sort ; echo '/tmp/iso/live_tree_boot.clp 5' >> /tmp/iso.sort
- mkisofs -r -J -hide-rr-moved -nobak -cache-inodes -V 'Mandrake Move' -b isolinux/isolinux.bin -c isolinux/boot.cat -sort /tmp/iso.sort -no-emul-boot -boot-load-size 4 -boot-info-table -o $(ISO) /tmp/iso
+ mkisofs -r -J -hide-rr-moved -nobak -cache-inodes -V 'MandrakeMove' -b isolinux/isolinux.bin -c isolinux/boot.cat -sort /tmp/iso.sort -no-emul-boot -boot-load-size 4 -boot-info-table -o $(ISO) /tmp/iso
mv /tmp/iso/*.clp /tmp
mkcd --addmd5 $(ISO)
# cdrecord -v -eject dev=0,0,0 blank=fast gracetime=2 speed=99 $(ISO)