From 5418a92350168fbdc1f07839c783cb70952ecc06 Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Fri, 7 Apr 2006 22:42:15 +0000 Subject: make sure things still work even when fakeroot is not in active use --- target/squashfs/squashfsroot.mk | 1 + 1 file changed, 1 insertion(+) (limited to 'target/squashfs/squashfsroot.mk') 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) \ -- cgit v1.2.3