projects
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
0daceb0
)
[package] uci: Install ucimap.h into the staging dir
author
lars
<lars@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sun, 8 Aug 2010 19:37:09 +0000
(19:37 +0000)
committer
lars
<lars@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sun, 8 Aug 2010 19:37:09 +0000
(19:37 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22536
3c298f89
-4303-0410-b956-
a3cf2f4a3e73
package/uci/Makefile
patch
|
blob
|
history
diff --git
a/package/uci/Makefile
b/package/uci/Makefile
index
bf0107f
..
925e42f
100644
(file)
--- a/
package/uci/Makefile
+++ b/
package/uci/Makefile
@@
-104,7
+104,7
@@
endef
define Build/InstallDev
$(INSTALL_DIR) $(1)/usr/include
define Build/InstallDev
$(INSTALL_DIR) $(1)/usr/include
- $(CP) $(PKG_BUILD_DIR)/uci{,_config}.h $(1)/usr/include
+ $(CP) $(PKG_BUILD_DIR)/uci{,_config
,map
}.h $(1)/usr/include
$(INSTALL_DIR) $(1)/usr/lib
$(CP) $(PKG_BUILD_DIR)/libuci.so* $(1)/usr/lib
$(CP) $(PKG_BUILD_DIR)/libuci.a $(1)/usr/lib
$(INSTALL_DIR) $(1)/usr/lib
$(CP) $(PKG_BUILD_DIR)/libuci.so* $(1)/usr/lib
$(CP) $(PKG_BUILD_DIR)/libuci.a $(1)/usr/lib
This page took
0.031889 seconds
and
4
git commands to generate.