# HG changeset patch # User Pascal Bellard # Date 1253789609 -7200 # Node ID 46f54ecdbbda57caa31625038538bbc007a6ac3d # Parent 1a3abaa653cc53a33c90e476b2044a26ccf93cba thunar: fix FSH diff -r 1a3abaa653cc -r 46f54ecdbbda thunar/receipt --- a/thunar/receipt Thu Sep 24 10:21:35 2009 +0000 +++ b/thunar/receipt Thu Sep 24 12:53:29 2009 +0200 @@ -21,6 +21,7 @@ --sysconfdir=/etc \ --enable-dbus \ --enable-startup-notification \ + --libexecdir=/usr/lib/$PACKAGE \ --enable-debug=no && \ make && make DESTDIR=$PWD/_pkg install } @@ -35,7 +36,7 @@ cp -a $_pkg/etc $fs/ cp -a $_pkg/usr/bin $fs/usr - cp -a $_pkg/usr/libexec $fs/usr + cp -a $_pkg/usr/lib/$PACKAGE $fs/usr/lib cp -a $_pkg/usr/share/locale/fr $fs/usr/share/locale cp -a $_pkg/usr/lib/*.so* $fs/usr/lib cp -a $_pkg/usr/lib/thunarx-1/*.so* $fs/usr/lib/thunarx-1