Author: sparky
Date: Thu Aug 10 20:20:37 2006
New Revision: 7661

Modified:
   ppcrcd/trunk/Makefile
Log:
- better permissions


Modified: ppcrcd/trunk/Makefile
==============================================================================
--- ppcrcd/trunk/Makefile       (original)
+++ ppcrcd/trunk/Makefile       Thu Aug 10 20:20:37 2006
@@ -86,12 +86,16 @@
        $(SU) /usr/sbin/mksquashfs_lzma \
                $(root_stripped)        \
                $@
+       $(SU) chmod -x $@
+       $(SU) chown $$USER $@
+       touch $@
 
 $(initrd_sqf): $(root_initrd)
        rm -f $@
        $(SU) /usr/sbin/mksquashfs_lzma \
                $(root_initrd)  \
                $@
+       $(SU) chmod -x $@
        $(SU) chown $$USER $@
        touch $@
 
_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to