Prevent problems with fakeroot possibly trying to use stale host filesystem

inodes by carefully regenerating fakeroot.env from package specific files.
This commit is contained in:
Eric Andersen 2005-08-08 07:54:28 +00:00
parent d70e7f4f1e
commit a928fd7b94

View File

@ -20,6 +20,10 @@ $(STAGING_DIR)/bin/makedevs: $(MAKEDEVS_DIR)/makedevs
$(INSTALL) -m 755 $(MAKEDEVS_DIR)/makedevs $(STAGING_DIR)/bin/makedevs
touch -c $(STAGING_DIR)/bin/makedevs
$(STAGING_DIR)/fakeroot.env:
cat $(STAGING_DIR)/.fakeroot.* > $(STAGING_DIR)/fakeroot.env
touch -c $(STAGING_DIR)/fakeroot.env
makedevs: $(STAGING_DIR)/bin/makedevs
makedevs-source: