projects
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1ac6326
)
[uci] Create $(1)/etc/uci-defaults directory during installation. Thanks Yuji Mano.
author
agb
<agb@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Tue, 17 Jun 2008 00:44:10 +0000
(
00:44
+0000)
committer
agb
<agb@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Tue, 17 Jun 2008 00:44:10 +0000
(
00:44
+0000)
- 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
package/uci/Makefile
patch
|
blob
|
history
diff --git
a/package/uci/Makefile
b/package/uci/Makefile
index
ecc53b0
..
6bf2a13
100644
(file)
--- 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)/
This page took
0.025589 seconds
and
4
git commands to generate.