projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
replace lots of manual install commands with INSTALL_* variables
[openwrt.git]
/
package
/
zd1211
/
Makefile
diff --git
a/package/zd1211/Makefile
b/package/zd1211/Makefile
index
e5d2c27
..
0c152b9
100644
(file)
--- a/
package/zd1211/Makefile
+++ b/
package/zd1211/Makefile
@@
-52,10
+52,10
@@
define Build/Compile
endef
define Package/kmod-zd1211/install
endef
define Package/kmod-zd1211/install
-
install -d -m0755
$(1)/lib/modules/$(LINUX_VERSION)
+
$(INSTALL_DIR)
$(1)/lib/modules/$(LINUX_VERSION)
$(CP) $(PKG_BUILD_DIR)/zd1211.$(LINUX_KMOD_SUFFIX) \
$(1)/lib/modules/$(LINUX_VERSION)/
$(CP) $(PKG_BUILD_DIR)/zd1211.$(LINUX_KMOD_SUFFIX) \
$(1)/lib/modules/$(LINUX_VERSION)/
-
install -d -m0755
$(1)/usr/sbin
+
$(INSTALL_DIR)
$(1)/usr/sbin
$(CP) $(PKG_BUILD_DIR)/apdbg $(1)/usr/sbin/
$(CP) $(PKG_BUILD_DIR)/sta $(1)/usr/sbin/$(PKG_NAME)-sta
endef
$(CP) $(PKG_BUILD_DIR)/apdbg $(1)/usr/sbin/
$(CP) $(PKG_BUILD_DIR)/sta $(1)/usr/sbin/$(PKG_NAME)-sta
endef
This page took
0.021292 seconds
and
4
git commands to generate.