1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-10-04 02:49:48 +03:00

fix ipsec compile (FIXME: move DESTDIR to build template?)

git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@4069 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
mbm 2006-06-23 23:29:09 +00:00
parent e53625b548
commit 8ee697b614

View 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