X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fopenwrt.git;a=blobdiff_plain;f=package%2Fiptables%2FMakefile;h=818e686d47b56d385920f19b4c6234c0a73de16e;hp=190b69477d9035317c02b9586ef46b37da29c725;hb=34e22309efd0e9ccb207daf0e09d413d373936b8;hpb=46c7a003ca000f0151706d9f694de77568685452 diff --git a/package/iptables/Makefile b/package/iptables/Makefile index 190b69477d..818e686d47 100644 --- a/package/iptables/Makefile +++ b/package/iptables/Makefile @@ -10,7 +10,7 @@ include $(INCLUDE_DIR)/kernel.mk PKG_NAME:=iptables PKG_VERSION:=1.4.4 -PKG_RELEASE:=1 +PKG_RELEASE:=2 PKG_MD5SUM:=08cd9196881657ea0615d926334cb7e9 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 @@ -329,12 +329,12 @@ endef define Package/libiptc/install $(INSTALL_DIR) $(1)/usr/lib - $(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/lib/libiptc.so.* $(1)/usr/lib/ + $(CP) $(PKG_INSTALL_DIR)/usr/lib/libiptc.so* $(1)/usr/lib/ endef define Package/libxtables/install $(INSTALL_DIR) $(1)/usr/lib - $(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/lib/libxtables.so.* $(1)/usr/lib/ + $(CP) $(PKG_INSTALL_DIR)/usr/lib/libxtables.so* $(1)/usr/lib/ endef define BuildPlugin