xtables-addons: fix package installation
Install directory is missing. Signed-off-by: Rosen Penev <rosenp@gmail.com>
This commit is contained in:
parent
0607d26df0
commit
75ddca2962
1 changed files with 2 additions and 1 deletions
|
@ -10,7 +10,7 @@ include $(INCLUDE_DIR)/kernel.mk
|
||||||
|
|
||||||
PKG_NAME:=xtables-addons
|
PKG_NAME:=xtables-addons
|
||||||
PKG_VERSION:=3.13
|
PKG_VERSION:=3.13
|
||||||
PKG_RELEASE:=2
|
PKG_RELEASE:=3
|
||||||
PKG_HASH:=893c0c4ea09759cda1ab7e68f1281d125e59270f7b59e446204ce686c6a76d65
|
PKG_HASH:=893c0c4ea09759cda1ab7e68f1281d125e59270f7b59e446204ce686c6a76d65
|
||||||
|
|
||||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz
|
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz
|
||||||
|
@ -144,6 +144,7 @@ define Package/iptgeoip/install
|
||||||
$(CP) \
|
$(CP) \
|
||||||
$(PKG_INSTALL_DIR)/usr/lib/xtables-addons/xt_geoip_{build,dl} \
|
$(PKG_INSTALL_DIR)/usr/lib/xtables-addons/xt_geoip_{build,dl} \
|
||||||
$(1)/usr/lib/xtables-addons/
|
$(1)/usr/lib/xtables-addons/
|
||||||
|
$(INSTALL_DIR) $(1)/usr/bin
|
||||||
$(CP) \
|
$(CP) \
|
||||||
$(PKG_INSTALL_DIR)/usr/bin/xt_geoip_fetch \
|
$(PKG_INSTALL_DIR)/usr/bin/xt_geoip_fetch \
|
||||||
$(1)/usr/bin/
|
$(1)/usr/bin/
|
||||||
|
|
Loading…
Reference in a new issue