summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPeter Korsgaard <jacmet@sunsite.dk>2008-04-25 12:04:04 +0000
committerPeter Korsgaard <jacmet@sunsite.dk>2008-04-25 12:04:04 +0000
commita25b193708b6c552c548fa68087e29848625602d (patch)
tree61bcca9f47e404ed3ed604f6a890cd6c249bc696
parent3d1359184fc8bcfcae2adde01b136aee4294edda (diff)
downloadbuildroot-novena-a25b193708b6c552c548fa68087e29848625602d.tar.gz
buildroot-novena-a25b193708b6c552c548fa68087e29848625602d.zip
squashfs: set sensible permissions on squashfs image
-rw-r--r--target/squashfs/squashfsroot.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/target/squashfs/squashfsroot.mk b/target/squashfs/squashfsroot.mk
index 0ec9280cd..b28d0cf4c 100644
--- a/target/squashfs/squashfsroot.mk
+++ b/target/squashfs/squashfsroot.mk
@@ -69,6 +69,7 @@ endif
>> $(PROJECT_BUILD_DIR)/_fakeroot.$(notdir $(SQUASHFS_TARGET))
chmod a+x $(PROJECT_BUILD_DIR)/_fakeroot.$(notdir $(SQUASHFS_TARGET))
$(STAGING_DIR)/usr/bin/fakeroot -- $(PROJECT_BUILD_DIR)/_fakeroot.$(notdir $(SQUASHFS_TARGET))
+ chmod 0644 $(SQUASHFS_TARGET)
-@rm -f $(PROJECT_BUILD_DIR)/_fakeroot.$(notdir $(SQUASHFS_TARGET))
squashfsroot-source: squashfs-source