diff options
author | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-05-19 19:38:05 +0000 |
---|---|---|
committer | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-05-19 19:38:05 +0000 |
commit | 3d8574e618b181a0d6a9e3b83a4f1d4ec6a015e6 (patch) | |
tree | 4c9ae57c0190d2ecf59c3b645a22f6e3cf3db387 /package/iptables | |
parent | b77fcbc03cddfe55fad4878d403052fb530b4188 (diff) |
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/iptables')
-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 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/ |