wok diff thunar/receipt @ rev 4383

Add: bcrypt
author Eric Joseph-Alexandre <erjo@slitaz.org>
date Wed Oct 14 14:11:07 2009 +0000 (2009-10-14)
parents c55cf2eceac4
children 6ad012ca7518
line diff
     1.1 --- a/thunar/receipt	Sun Sep 20 13:42:58 2009 +0000
     1.2 +++ b/thunar/receipt	Wed Oct 14 14:11:07 2009 +0000
     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