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
This commit is contained in:
Andy Boyett 2008-06-17 00:44:10 +00:00
parent ac909fc5c0
commit 5a7529a58d

View file

@ -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)/