summaryrefslogtreecommitdiff
path: root/package/clamav
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2017-10-15 09:15:23 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2017-10-17 20:11:41 +0200
commitc1a56128b8e800bb302d3eb22382bcb8f33c23bb (patch)
treecaf7eb8957605094dac922c0d2fddf4188c08932 /package/clamav
parentcd04fc7888f687b1d527ef70bbe6848c4036dfa3 (diff)
clamav: fix lib install for 64 bit
Diffstat (limited to 'package/clamav')
-rw-r--r--package/clamav/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/clamav/Makefile b/package/clamav/Makefile
index 1a988ed21..dec13a95f 100644
--- a/package/clamav/Makefile
+++ b/package/clamav/Makefile
@@ -34,7 +34,7 @@ clamav-install:
$(CP) $(WRKINST)/etc/* \
$(IDIR_CLAMAV)/etc
$(INSTALL_DIR) $(IDIR_CLAMAV)/usr/lib
- $(CP) $(WRKINST)/usr/lib/lib*.so* \
+ $(CP) $(WRKINST)/usr/lib*/lib*.so* \
$(IDIR_CLAMAV)/usr/lib
$(INSTALL_DIR) $(IDIR_CLAMAV)/usr/bin
$(INSTALL_BIN) $(WRKINST)/usr/bin/* \