From a25b193708b6c552c548fa68087e29848625602d Mon Sep 17 00:00:00 2001 From: Peter Korsgaard Date: Fri, 25 Apr 2008 12:04:04 +0000 Subject: squashfs: set sensible permissions on squashfs image --- target/squashfs/squashfsroot.mk | 1 + 1 file changed, 1 insertion(+) 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 -- cgit v1.2.3