From: nbd Date: Sun, 26 Nov 2006 22:34:15 +0000 (+0000) Subject: install iptables devel headers into the staging dir X-Git-Url: https://git.rohieb.name/openwrt.git/commitdiff_plain/50f061cf74910a4b3d7b6c084fc4de4c870c26e4 install iptables devel headers into the staging dir git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5650 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/package/iptables/Makefile b/package/iptables/Makefile index 76014aa14..862797e31 100644 --- a/package/iptables/Makefile +++ b/package/iptables/Makefile @@ -183,6 +183,7 @@ define Build/InstallDev KERNEL_DIR="$(LINUX_DIR)" PREFIX=/usr \ DESTDIR="$(STAGING_DIR)" \ install install-devel + $(CP) $(PKG_BUILD_DIR)/include $(STAGING_DIR)/usr endef define Build/UninstallDev