wok-current
diff libgnutls/receipt @ rev 10871
gpodder: Fixed genpkg_rules. Saved 150kb off the package size.
author |
Christopher Rogers <slaxemulator@gmail.com> |
date |
Sun Jun 19 11:45:40 2011 +0000 (2011-06-19) |
parents |
5bbaef7b118d |
children |
51a6f100a405 |
line diff
1.1 --- a/libgnutls/receipt Sat May 21 05:29:58 2011 +0000
1.2 +++ b/libgnutls/receipt Sun Jun 19 11:45:40 2011 +0000
1.3 @@ -13,6 +13,6 @@
1.4 genpkg_rules()
1.5 {
1.6 mkdir -p $fs/usr/lib
1.7 - cp -a $_pkg/usr/lib/libgnutls.so* $fs/usr/lib
1.8 + cp -a $_pkg/usr/lib/*.so* $fs/usr/lib
1.9 }
1.10