summaryrefslogtreecommitdiffstats
path: root/package/uci/Makefile
diff options
context:
space:
mode:
authoragb <agb@3c298f89-4303-0410-b956-a3cf2f4a3e73>2008-06-17 00:44:10 +0000
committeragb <agb@3c298f89-4303-0410-b956-a3cf2f4a3e73>2008-06-17 00:44:10 +0000
commit198aaf22513de9fbd7f55ce3017fc7bf90340a84 (patch)
tree498d76c6e675491e92ca6fcef99a1d67ef661326 /package/uci/Makefile
parent1ac6326d34f6da05113aee34b6ccf14a40812fe5 (diff)
[uci] Create $(1)/etc/uci-defaults directory during installation. Thanks Yuji Mano.
- Fixes the use of CONFIG_UCI_PRECONFIG under git; git does not track empty directories. git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11517 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/uci/Makefile')
-rw-r--r--package/uci/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/package/uci/Makefile b/package/uci/Makefile
index ecc53b089..6bf2a13b6 100644
--- a/package/uci/Makefile
+++ b/package/uci/Makefile
@@ -78,6 +78,7 @@ define Package/libuci-lua/install
endef
define Package/uci/install
+ $(INSTALL_DIR) $(1)/etc/uci-defaults
$(INSTALL_DIR) $(1)/sbin
$(INSTALL_BIN) $(PKG_BUILD_DIR)/uci $(1)/sbin/
$(CP) ./files/uci/* $(1)/