X-Git-Url: http://git.rohieb.name/openwrt.git/blobdiff_plain/e20735664a9a35d6d93555ce901f050c9fd89c60..8e3fbac04c54a8b535c1b98755e5777c4f3bb645:/openwrt/Makefile?ds=sidebyside 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