wok diff thunar-volman/receipt @ rev 9838
Replaced perl-lwp-useragent with perl-libwww since its the same source/package anyway.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Sun May 15 14:03:19 2011 +0000 (2011-05-15) |
parents | 723666943311 |
children | 7bb7f7870666 |
line diff
1.1 --- a/thunar-volman/receipt Fri Jan 21 00:44:33 2011 +0100 1.2 +++ b/thunar-volman/receipt Sun May 15 14:03:19 2011 +0000 1.3 @@ -27,15 +27,8 @@ 1.4 mkdir -p $fs/usr/share/locale $fs/usr/lib 1.5 1.6 cp -a $_pkg/usr/bin $fs/usr 1.7 - cp -a $_pkg/usr/lib/$PACKAGE $fs/usr/lib 1.8 cp -a $_pkg/usr/share/applications $fs/usr/share 1.9 cp -a $_pkg/usr/share/icons $fs/usr/share 1.10 cp -a $_pkg/usr/share/locale/fr $fs/usr/share/locale 1.11 - 1.12 - # Fixe perms 1.13 - chmod 0755 $fs/usr/lib/$PACKAGE/thunar-* 1.14 - 1.15 - # Strip evrythings 1.16 - find $fs/usr/lib/ -exec strip -s {} 2> /dev/null \; 1.17 } 1.18