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 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 7f4ca69d0..eb5f3e592 100644 --- a/Makefile +++ b/Makefile @@ -111,7 +111,7 @@ $(TARGET_DIR): if [ -d "$(TARGET_SKEL_DIR)" ] ; then \ cp -a $(TARGET_SKEL_DIR)/* $(TARGET_DIR)/; \ fi; - touch $(STAGING_DIR)/fakeroot.env + touch $(STAGING_DIR)/.fakeroot.00000 -find $(TARGET_DIR) -type d -name CVS | xargs rm -rf -find $(TARGET_DIR) -type d -name .svn | xargs rm -rf -- cgit v1.2.3-55-g7522