projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
fix brcm-2.4 target profiles
[openwrt.git]
/
package
/
arptables
/
Makefile
diff --git
a/package/arptables/Makefile
b/package/arptables/Makefile
index
7c2f8a9
..
ac3639a
100644
(file)
--- a/
package/arptables/Makefile
+++ b/
package/arptables/Makefile
@@
-36,7
+36,7
@@
define Build/Compile
endef
define Package/arptables/install
endef
define Package/arptables/install
-
install -m0755 -d
$(1)/usr/sbin
+
$(INSTALL_DIR)
$(1)/usr/sbin
$(CP) $(PKG_BUILD_DIR)/$(PKG_NAME) $(1)/usr/sbin/
endef
$(CP) $(PKG_BUILD_DIR)/$(PKG_NAME) $(1)/usr/sbin/
endef
This page took
0.026342 seconds
and
4
git commands to generate.