From: Peter Korsgaard Date: Fri, 25 Apr 2008 12:04:04 +0000 (-0000) Subject: squashfs: set sensible permissions on squashfs image X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=a25b193708b6c552c548fa68087e29848625602d;p=buildroot.git squashfs: set sensible permissions on squashfs image --- diff --git a/target/squashfs/squashfsroot.mk b/target/squashfs/squashfsroot.mk index 0ec9280cdc..b28d0cf4ce 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