diff options
author | Felix Fietkau <nbd@openwrt.org> | 2006-11-26 22:34:15 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2006-11-26 22:34:15 +0000 |
commit | 98df8ada4071d19147d6cc4dbd3eca9b693a5ab3 (patch) | |
tree | 274424ea465daa919135fc26ac91a5c4f763fa94 /package/iptables/Makefile | |
parent | 2188b4fe5acc2881d94b66b986a6be4594eacd1f (diff) | |
download | upstream-98df8ada4071d19147d6cc4dbd3eca9b693a5ab3.tar.gz upstream-98df8ada4071d19147d6cc4dbd3eca9b693a5ab3.tar.bz2 upstream-98df8ada4071d19147d6cc4dbd3eca9b693a5ab3.zip |
install iptables devel headers into the staging dir
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5650 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/iptables/Makefile')
-rw-r--r-- | package/iptables/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/package/iptables/Makefile b/package/iptables/Makefile index 76014aa141..862797e315 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 |