wok-current diff thunar-volman/receipt @ rev 4873
thunar-archive-plugin: Fix libexecdir.
author | Eric Joseph-Alexandre <erjo@slitaz.org> |
---|---|
date | Thu Feb 04 23:30:13 2010 +0100 (2010-02-04) |
parents | 326830426b97 |
children | 4897058add72 |
line diff
1.1 --- a/thunar-volman/receipt Thu Sep 24 15:47:14 2009 +0200 1.2 +++ b/thunar-volman/receipt Thu Feb 04 23:30:13 2010 +0100 1.3 @@ -6,7 +6,7 @@ 1.4 SHORT_DESC="Thunar Volume Manager plugin" 1.5 MAINTAINER="erjo@slitaz.org" 1.6 DEPENDS="thunar" 1.7 -BUILD_DEPENDS="thunar-dev" 1.8 +BUILD_DEPENDS="thunar-dev glibc-locale" 1.9 TARBALL="$PACKAGE-$VERSION.tar.bz2" 1.10 WEB_SITE="http://foo-projects.org/~benny/projects/thunar-archive-plugin/index.html" 1.11 WGET_URL="http://goodies.xfce.org/releases/thunar-volman/$TARBALL" 1.12 @@ -31,7 +31,11 @@ 1.13 cp -a $_pkg/usr/share/applications $fs/usr/share 1.14 cp -a $_pkg/usr/share/icons $fs/usr/share 1.15 cp -a $_pkg/usr/share/locale/fr $fs/usr/share/locale 1.16 - 1.17 + 1.18 + # Fixe perms 1.19 chmod 0755 $fs/usr/lib/$PACKAGE/thunar-* 1.20 + 1.21 + # Strip evrythings 1.22 + find $fs/usr/lib/ -exec strip -s {} 2> /dev/null \; 1.23 } 1.24