Browse Source

gthumb: fixed autoreconf call due to the changed gnome2 prefix

stable/0.2
Christian Wiese 14 years ago
parent
commit
623e35fcb9
  1. 2
      gnome2/gthumb/gthumb.conf

2
gnome2/gthumb/gthumb.conf

@ -12,7 +12,7 @@
# GNU General Public License can be found in the file COPYING.
# --- SDE-COPYRIGHT-NOTE-END ---
hook_add preconf 9 "autoreconf -vf -I $( pkgprefix -r datadir gconf )/aclocal"
hook_add preconf 9 "autoreconf -vfi"
# use libopenraw instead of dcraw
if pkginstalled -f libopenraw; then

Loading…
Cancel
Save