diff options
Diffstat (limited to 'package/clamav')
-rw-r--r-- | package/clamav/Makefile | 2 |
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/* \ |