From: Alexander Ryzhov Date: Thu, 6 Jun 2019 17:18:27 +0000 (+0300) Subject: unbound: fix library double packing X-Git-Url: http://git.cdn.openwrt.org/?a=commitdiff_plain;h=4618c741502d392212864b10fe1f671424f9a79e;p=feed%2Fpackages.git unbound: fix library double packing Signed-off-by: Alexander Ryzhov --- diff --git a/net/unbound/Makefile b/net/unbound/Makefile index 50258fed0e..5d5b68671e 100644 --- a/net/unbound/Makefile +++ b/net/unbound/Makefile @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=unbound PKG_VERSION:=1.9.1 -PKG_RELEASE:=4 +PKG_RELEASE:=5 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=https://nlnetlabs.nl/downloads/unbound @@ -221,7 +221,7 @@ Package/unbound-daemon-heavy/install = $(Package/unbound-daemon/install) define Package/libunbound/install $(INSTALL_DIR) $(1)/usr/lib - $(INSTALL_DATA) $(PKG_INSTALL_DIR)/usr/lib/libunbound.so.* $(1)/usr/lib/ + $(CP) $(PKG_INSTALL_DIR)/usr/lib/libunbound.so.* $(1)/usr/lib/ endef Package/libunbound-heavy/install = $(Package/libunbound/install)