diff options
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 |