wok rev 4877
xarchiver: fix path.
author | Eric Joseph-Alexandre <erjo@slitaz.org> |
---|---|
date | Thu Feb 04 23:32:43 2010 +0100 (2010-02-04) |
parents | d3f8691c76f4 |
children | 907333e26d53 |
files | xarchiver/receipt |
line diff
1.1 --- a/xarchiver/receipt Thu Feb 04 23:32:23 2010 +0100 1.2 +++ b/xarchiver/receipt Thu Feb 04 23:32:43 2010 +0100 1.3 @@ -17,7 +17,7 @@ 1.4 cd $src 1.5 ./configure \ 1.6 --prefix=/usr \ 1.7 - --libexecdir=/usr/lib/$PACKAGE \ 1.8 + --libexecdir=/usr/lib \ 1.9 $CONFIGURE_ARGS && 1.10 make && make DESTDIR=$PWD/_pkg install 1.11 } 1.12 @@ -33,7 +33,7 @@ 1.13 cp -a $_pkg/usr/share/applications $fs/usr/share 1.14 cp -a $_pkg/usr/share/icons $fs/usr/share 1.15 1.16 - chmod 755 $fs/usr/lib/$PACKAGE/thunar-archive-plugin/* 1.17 + chmod 755 $fs/usr/lib/thunar-archive-plugin/* 1.18 rm -rf $fs/usr/share/icons/hicolor/scalable 1.19 } 1.20