diff options
author | Eric Andersen <andersen@codepoet.org> | 2006-04-07 22:42:15 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2006-04-07 22:42:15 +0000 |
commit | 5418a92350168fbdc1f07839c783cb70952ecc06 (patch) | |
tree | 7fa5d79686d4939f189ac2bd28f239825fe14ec4 /target/squashfs | |
parent | ee66f55213b1fd5a006e8638d524e490c9f65f3b (diff) | |
download | buildroot-novena-5418a92350168fbdc1f07839c783cb70952ecc06.tar.gz buildroot-novena-5418a92350168fbdc1f07839c783cb70952ecc06.zip |
make sure things still work even when fakeroot is not in active use
Diffstat (limited to 'target/squashfs')
-rw-r--r-- | target/squashfs/squashfsroot.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/squashfs/squashfsroot.mk b/target/squashfs/squashfsroot.mk index 10f0c5205..f41c9660b 100644 --- a/target/squashfs/squashfsroot.mk +++ b/target/squashfs/squashfsroot.mk @@ -62,6 +62,7 @@ squashfsroot: host-fakeroot makedevs squashfs -/sbin/ldconfig -r $(TARGET_DIR) 2>/dev/null # Use fakeroot to pretend all target binaries are owned by root rm -f $(STAGING_DIR)/_fakeroot.$(SQUASHFS_TARGET) + touch $(STAGING_DIR)/.fakeroot.00000 cat $(STAGING_DIR)/.fakeroot* > $(STAGING_DIR)/_fakeroot.$(SQUASHFS_TARGET) -$(STAGING_DIR)/usr/bin/fakeroot \ -i $(STAGING_DIR)/_fakeroot.$(SQUASHFS_TARGET) \ |