diff --git a/openwrt/package/ipsec-tools/Makefile b/openwrt/package/ipsec-tools/Makefile index 5567036f83f..1a5ae5b4fd9 100644 --- a/openwrt/package/ipsec-tools/Makefile +++ b/openwrt/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