index
:
openwrt.git
OpenWrt Source Repository
log msg
author
committer
range
feature/odhcpd_odhcp6c_udhcpc-capsdrop
linksys3200ac-master
master
about
summary
refs
log
tree
commit
diff
path:
root
/
package
/
isakmpd
diff options
context:
1
2
3
4
5
6
7
8
9
10
15
20
25
30
35
40
space:
include
ignore
mode:
unified
ssdiff
stat only
Diffstat
(limited to 'package/isakmpd')
-rw-r--r--
package/isakmpd/Makefile
2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/isakmpd/Makefile b/package/isakmpd/Makefile
index a4e7ff7b03..00153fd736 100644
--- 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