aboutsummaryrefslogtreecommitdiffstats
path: root/package
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2005-05-19 19:38:05 +0000
committerFelix Fietkau <nbd@openwrt.org>2005-05-19 19:38:05 +0000
commit1b75e2a611a1714eebad33f7c4b824036b4669f7 (patch)
tree4c9ae57c0190d2ecf59c3b645a22f6e3cf3db387 /package
parent254a97186c23c31b340d2a6bcae07be108fff928 (diff)
downloadupstream-1b75e2a611a1714eebad33f7c4b824036b4669f7.tar.gz
upstream-1b75e2a611a1714eebad33f7c4b824036b4669f7.tar.bz2
upstream-1b75e2a611a1714eebad33f7c4b824036b4669f7.zip
fix libipq install if staging dir doesn't contain usr/lib and usr/include yet
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@959 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package')
-rw-r--r--package/iptables/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/package/iptables/Makefile b/package/iptables/Makefile
index 3e84c4ce15..c9743fbed2 100644
--- a/package/iptables/Makefile
+++ b/package/iptables/Makefile
@@ -71,6 +71,7 @@ $(IPKG_IP6TABLES):
$(IPKG_BUILD) $(IDIR_IP6TABLES) $(PACKAGE_DIR)
$(STAGING_DIR)/usr/lib/libipq.a: $(PKG_BUILD_DIR)/.built
+ mkdir -p $(STAGING_DIR)/usr/include/ $(STAGING_DIR)/usr/lib/
cp -fpR $(PKG_INSTALL_DIR)/usr/include/libipq.h $(STAGING_DIR)/usr/include/
cp -fpR $(PKG_INSTALL_DIR)/usr/lib/libipq.a $(STAGING_DIR)/usr/lib/