From d1345f067e18a2967638eb888c7ff5010d523acf Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Thu, 4 Aug 2005 06:32:52 +0000 Subject: Allow packages to use fakeroot. To accomodate this, convert all target filesystem creation tools to also use fakeroot. --- Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 04dd92ffe..dd384e9e8 100644 --- a/Makefile +++ b/Makefile @@ -115,6 +115,7 @@ $(TARGET_DIR): if [ -d "$(TARGET_SKEL_DIR)" ] ; then \ cp -a $(TARGET_SKEL_DIR)/* $(TARGET_DIR)/; \ fi; + touch $(STAGING_DIR)/fakeroot.env -find $(TARGET_DIR) -type d -name CVS | xargs rm -rf -find $(TARGET_DIR) -type d -name .svn | xargs rm -rf -- cgit v1.2.3