Browse Source

clamav: fix lib install for 64 bit

Waldemar Brodkorb 6 years ago
parent
commit
c1a56128b8
1 changed files with 1 additions and 1 deletions
  1. 1 1
      package/clamav/Makefile

+ 1 - 1
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/* \