Browse Source

gthumb: fixed autoreconf call due to the changed gnome2 prefix

stable/0.2
Christian Wiese 13 years ago
parent
commit
623e35fcb9
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      gnome2/gthumb/gthumb.conf

+ 1
- 1
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