wok rev 4218

thunar: fix FSH
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu Sep 24 12:53:29 2009 +0200 (2009-09-24)
parents 1a3abaa653cc
children 2eba1325f6a3
files thunar/receipt
line diff
     1.1 --- a/thunar/receipt	Thu Sep 24 10:21:35 2009 +0000
     1.2 +++ b/thunar/receipt	Thu Sep 24 12:53:29 2009 +0200
     1.3 @@ -21,6 +21,7 @@
     1.4  		--sysconfdir=/etc \
     1.5  		--enable-dbus \
     1.6  		--enable-startup-notification \
     1.7 +		--libexecdir=/usr/lib/$PACKAGE \
     1.8  		--enable-debug=no && \
     1.9  	make && make DESTDIR=$PWD/_pkg install
    1.10  }
    1.11 @@ -35,7 +36,7 @@
    1.12  
    1.13  	cp -a $_pkg/etc $fs/
    1.14  	cp -a $_pkg/usr/bin $fs/usr
    1.15 -	cp -a $_pkg/usr/libexec $fs/usr
    1.16 +	cp -a $_pkg/usr/lib/$PACKAGE $fs/usr/lib
    1.17  	cp -a $_pkg/usr/share/locale/fr $fs/usr/share/locale
    1.18  	cp -a $_pkg/usr/lib/*.so* $fs/usr/lib
    1.19  	cp -a $_pkg/usr/lib/thunarx-1/*.so* $fs/usr/lib/thunarx-1