Author: jhuntwork
Date: 2005-02-21 19:13:39 -0700 (Mon, 21 Feb 2005)
New Revision: 73

Modified:
   branches/ppc/Makefile
Log:
Changed mkisofs command to use full paths

Modified: branches/ppc/Makefile
===================================================================
--- branches/ppc/Makefile       2005-02-22 02:09:44 UTC (rev 72)
+++ branches/ppc/Makefile       2005-02-22 02:13:39 UTC (rev 73)
@@ -1307,7 +1307,7 @@
        @touch prepiso
 
 iso: prepiso
-       cd $(MP)/iso ; $(WD)/bin/mkisofs -D -hfs -part -map 
$(MKTREE)/packages/yaboot/map.hfs -no-desktop -hfs-volid "LFSPPCCD" -hfs-bless 
boot -R -o $(MKTREE)/lfslivecd-$(VERSION).iso ./
+       $(WD)/bin/mkisofs -D -hfs -part -map $(MKTREE)/packages/yaboot/map.hfs 
-no-desktop -hfs-volid "LFSPPCCD" -hfs-bless $(MP)/iso/boot -R -o 
$(MKTREE)/lfslivecd-$(VERSION).iso $(MP)/iso
 
 # Rules to clean your tree. 
 # "clean" removes package directories and

-- 
http://linuxfromscratch.org/mailman/listinfo/livecd
FAQ: http://www.linuxfromscratch.org/faq/
Unsubscribe: See the above information page

Reply via email to