From 444412551eb82e366abf2c1f1b047ca374172cbd Mon Sep 17 00:00:00 2001 From: nico Date: Thu, 17 Feb 2005 06:36:48 +0000 Subject: fix initial root dirs creation when empty cvs dirs are not pruned git-svn-id: svn://svn.openwrt.org/openwrt/trunk@247 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- openwrt/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'openwrt/Makefile') diff --git a/openwrt/Makefile b/openwrt/Makefile index 0fa90fb40..b240492b8 100644 --- a/openwrt/Makefile +++ b/openwrt/Makefile @@ -107,7 +107,7 @@ $(STAGING_DIR): $(TARGET_DIR): @mkdir -p $(TARGET_DIR) cp -a target/default/target_skeleton/* $(TARGET_DIR)/ - mkdir $(TARGET_DIR)/{proc,dev,jffs,tmp,usr/sbin} + mkdir -p $(TARGET_DIR)/{proc,dev,jffs,tmp,usr/sbin} chmod 1777 $(TARGET_DIR)/tmp -find $(TARGET_DIR) -type d -name CVS -exec rm -rf {} \; > /dev/null 2>&1 -- cgit v1.2.3