summaryrefslogtreecommitdiff
path: root/package/libnettle
diff options
context:
space:
mode:
Diffstat (limited to 'package/libnettle')
-rw-r--r--package/libnettle/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/package/libnettle/Makefile b/package/libnettle/Makefile
index bca923419..0f9c26122 100644
--- a/package/libnettle/Makefile
+++ b/package/libnettle/Makefile
@@ -21,7 +21,9 @@ $(eval $(call PKG_template,LIBNETTLE,libnettle,$(PKG_VERSION)-${PKG_RELEASE},${P
libnettle-install:
$(INSTALL_DIR) $(IDIR_LIBNETTLE)/usr/lib
- $(INSTALL_BIN) $(WRKINST)/usr/lib/libnettle*.so* \
+ $(CP) $(WRKINST)/usr/lib/libnettle*.so* \
+ $(IDIR_LIBNETTLE)/usr/lib
+ $(CP) $(WRKINST)/usr/lib/libhogweed.so* \
$(IDIR_LIBNETTLE)/usr/lib
include ${TOPDIR}/mk/pkg-bottom.mk