ppcrcd/trunk/Makefile

sparky cvs at pld-linux.org
Thu Aug 10 20:20:39 CEST 2006


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 $@
 


More information about the pld-cvs-commit mailing list