summaryrefslogtreecommitdiffstats
path: root/package/isakmpd
diff options
context:
space:
mode:
Diffstat (limited to 'package/isakmpd')
-rw-r--r--package/isakmpd/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/isakmpd/Makefile b/package/isakmpd/Makefile
index a4e7ff7b0..00153fd73 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