wok-next diff thunar-volman/receipt @ rev 4279
libnl: fix build (http://bugs.gentoo.org/show_bug.cgi?id=225393)
author | Eric Joseph-Alexandre <erjo@slitaz.org> |
---|---|
date | Sat Sep 26 06:38:25 2009 +0000 (2009-09-26) |
parents | ae6a16e8b7bc |
children | c219069ab084 |
line diff
1.1 --- a/thunar-volman/receipt Sun Sep 20 13:48:01 2009 +0000 1.2 +++ b/thunar-volman/receipt Sat Sep 26 06:38:25 2009 +0000 1.3 @@ -16,6 +16,7 @@ 1.4 { 1.5 cd $src 1.6 ./configure --prefix=/usr --infodir=/usr/share/info \ 1.7 + --libexecdir=/usr/lib/$PACKAGE \ 1.8 --mandir=/usr/share/man $CONFIGURE_ARGS && \ 1.9 make && make DESTDIR=$PWD/_pkg install 1.10 } 1.11 @@ -23,14 +24,14 @@ 1.12 # Rules to gen a SliTaz package suitable for Tazpkg. 1.13 genpkg_rules() 1.14 { 1.15 - mkdir -p $fs/usr/share/locale 1.16 + mkdir -p $fs/usr/share/locale $fs/usr/lib 1.17 1.18 cp -a $_pkg/usr/bin $fs/usr 1.19 - cp -a $_pkg/usr/libexec $fs/usr/libexec 1.20 + cp -a $_pkg/usr/lib/$PACKAGE $fs/usr/lib 1.21 cp -a $_pkg/usr/share/applications $fs/usr/share 1.22 cp -a $_pkg/usr/share/icons $fs/usr/share 1.23 cp -a $_pkg/usr/share/locale/fr $fs/usr/share/locale 1.24 1.25 - chmod 0755 $fs/usr/libexec/thunar-* 1.26 + chmod 0755 $fs/usr/lib/$PACKAGE/thunar-* 1.27 } 1.28