fix ipsec compile (FIXME: move DESTDIR to build template?)
authorMike Baker <mbm@openwrt.org>
Fri, 23 Jun 2006 23:29:09 +0000 (23:29 +0000)
committerMike Baker <mbm@openwrt.org>
Fri, 23 Jun 2006 23:29:09 +0000 (23:29 +0000)
SVN-Revision: 4069

openwrt/package/ipsec-tools/Makefile

index 5567036f83f65d445ba24c76e9d795aca7748a06..1a5ae5b4fd9cca5090d39e29b99dd3c59fa35b91 100644 (file)
@@ -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