# HG changeset patch # User Pascal Bellard # Date 1376324589 0 # Node ID 12be315f51c724fd7f33e1888824c2fbc6d592a3 # Parent f55945c68c5e55c1cccc6767eee8efa77e8b533c clamav-dev: fix genpkg_rules diff -r f55945c68c5e -r 12be315f51c7 clamav-dev/receipt --- a/clamav-dev/receipt Mon Aug 12 13:44:12 2013 +0000 +++ b/clamav-dev/receipt Mon Aug 12 16:23:09 2013 +0000 @@ -22,7 +22,7 @@ cp -a $install/usr/include $fs/usr cp -a $install/usr/lib/pkgconfig $fs/usr/lib - cp -a $install/usr/*.*a $fs/usr/lib + cp -a $install/usr/lib/*.*a $fs/usr/lib cp -a $install/usr/bin/clamav-config $fs/usr/bin }