Author: sparky
Date: Sun Dec 11 01:01:23 2005
New Revision: 6632

Modified:
   ppcrcd/Makefile
Log:
- use mksquashfs_lzma
- try to install generally without --nodeps


Modified: ppcrcd/Makefile
==============================================================================
--- ppcrcd/Makefile     (original)
+++ ppcrcd/Makefile     Sun Dec 11 01:01:23 2005
@@ -47,7 +47,7 @@
 
 ppcrcd.sqf:    root.stripped $(STOP) $(POST) pld-release
        rm -f $@
-       $(SU) /sbin/mksquashfs \
+       $(SU) /usr/sbin/mksquashfs_lzma \
                root.stripped  \
                $@
 
@@ -70,7 +70,7 @@
        done < devs
        rm initrd.work/dev/devs
        cp root.inst/bin/initrd-busybox initrd.work/bin
-       $(SU) /sbin/mksquashfs \
+       $(SU) /usr/sbin/mksquashfs_lzma \
                initrd.work    \
                $@
 
@@ -143,7 +143,7 @@
        $(SU) rpm --root=$(PWD)/root.inst --initdb
 
 .%_installed:  .%_rpm root.inst
-       @$(SU) rpm -Uhv --root=$(PWD)/root.inst `cat $(@:.%_installed=.%_rpm)` 
--nodeps $(INSTOPTS-$(@:.%_installed=%)) \
+       @$(SU) rpm -Uhv --root=$(PWD)/root.inst `cat $(@:.%_installed=.%_rpm)` 
$(INSTOPTS-$(@:.%_installed=%)) \
                --define="_install_langs %{nil}"
        @touch $@
 
_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to