summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--package/ipsec-tools/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/ipsec-tools/Makefile b/package/ipsec-tools/Makefile
index 5567036f8..1a5ae5b4f 100644
--- a/package/ipsec-tools/Makefile
+++ b/package/ipsec-tools/Makefile
@@ -69,7 +69,7 @@ define Build/Configure
endef
define Build/Compile
- $(call Build/Compile/Default,install)
+ $(call Build/Compile/Default,DESTDIR="$(PKG_INSTALL_DIR)" all install)
endef
define Package/ipsec-tools/install