projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
fix util-linux compile
[openwrt.git]
/
package
/
isakmpd
/
Makefile
diff --git
a/package/isakmpd/Makefile
b/package/isakmpd/Makefile
index
a4e7ff7
..
00153fd
100644
(file)
--- a/
package/isakmpd/Makefile
+++ b/
package/isakmpd/Makefile
@@
-44,7
+44,7
@@
define Build/Compile
endef
define Package/isakmpd/install
-
install -d -m0755
$(1)/usr/sbin
+
$(INSTALL_DIR)
$(1)/usr/sbin
$(CP) $(PKG_INSTALL_DIR)/* $(1)/
endef
This page took
0.019429 seconds
and
4
git commands to generate.