xtables-addons: don't forget database dir 5557/head
authorPhilip Prindeville <philipp@redfish-solutions.com>
Fri, 2 Feb 2018 03:52:17 +0000 (20:52 -0700)
committerPhilip Prindeville <philipp@redfish-solutions.com>
Fri, 2 Feb 2018 05:29:22 +0000 (22:29 -0700)
Don't /usr/share/xt_geoip/ which is needed to build database into.

Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
net/xtables-addons/Makefile

index 45908bfd30bb237d7a0f3d94b10b407c5f37c022..b8d8abe495aacf5f34e2f983219db075dfeeb486 100644 (file)
@@ -10,7 +10,7 @@ include $(INCLUDE_DIR)/kernel.mk
 
 PKG_NAME:=xtables-addons
 PKG_VERSION:=2.14
-PKG_RELEASE:=2
+PKG_RELEASE:=3
 PKG_HASH:=d215a9a8b8e66aae04b982fa2e1228e8a71e7dfe42320df99e34e5000cbdf152
 
 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz
@@ -135,6 +135,7 @@ define Package/iptgeoip/install
        $(CP) \
                $(PKG_INSTALL_DIR)/usr/lib/xtables-addons/xt_geoip_{build,dl} \
                $(1)/usr/lib/xtables-addons/
+       $(INSTALL_DIR) $(1)/usr/share/xt_geoip
 endef