summaryrefslogtreecommitdiffstats
path: root/package
diff options
context:
space:
mode:
authorAndy Boyett <agb@openwrt.org>2008-06-17 00:44:10 +0000
committerAndy Boyett <agb@openwrt.org>2008-06-17 00:44:10 +0000
commit5a7529a58d894dd04b9b64ea44c5052441a5f896 (patch)
treea0bfffe540a52a9dd729b911483d5b627ef52b4a /package
parentac909fc5c09d1529f1d4f3a3978de01bb5163522 (diff)
downloadmaster-31e0f0ae-5a7529a58d894dd04b9b64ea44c5052441a5f896.tar.gz
master-31e0f0ae-5a7529a58d894dd04b9b64ea44c5052441a5f896.tar.bz2
master-31e0f0ae-5a7529a58d894dd04b9b64ea44c5052441a5f896.zip
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.
SVN-Revision: 11517
Diffstat (limited to 'package')
-rw-r--r--package/uci/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/package/uci/Makefile b/package/uci/Makefile
index ecc53b0890..6bf2a13b63 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)/