projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
update wrt54g3g pattern version, add wrt54g3g-em pattern (#2663)
[openwrt.git]
/
package
/
nvram
/
Makefile
diff --git
a/package/nvram/Makefile
b/package/nvram/Makefile
index
cc1371e
..
2bcc3af
100644
(file)
--- a/
package/nvram/Makefile
+++ b/
package/nvram/Makefile
@@
-30,12
+30,12
@@
define Build/Prepare
endef
define Build/InstallDev
endef
define Build/InstallDev
- mkdir -p $(
STAGING_DIR
)/usr/lib
- $(CP) $(PKG_BUILD_DIR)/lib{nvram,shared}*.so $(
STAGING_DIR
)/usr/lib/
+ mkdir -p $(
1
)/usr/lib
+ $(CP) $(PKG_BUILD_DIR)/lib{nvram,shared}*.so $(
1
)/usr/lib/
endef
define Build/UninstallDev
endef
define Build/UninstallDev
- rm -f $(
STAGING_DIR
)/usr/lib/lib{nvram,shared}*.so
+ rm -f $(
1
)/usr/lib/lib{nvram,shared}*.so
endef
define Package/nvram/install
endef
define Package/nvram/install
This page took
0.024028 seconds
and
4
git commands to generate.