]> git.pld-linux.org Git - packages/geeqie.git/blame - libdir-fix.patch
- up to 1.4
[packages/geeqie.git] / libdir-fix.patch
CommitLineData
9f6d048b
ZU
1--- geeqie-1.0/configure.in~ 2010-02-17 22:21:23.000000000 +0100
2+++ geeqie-1.0/configure.in 2010-09-09 10:05:27.667671281 +0200
3@@ -227,7 +227,7 @@
4 AC_DEFINE_UNQUOTED([GQ_APP_DIR], "$appdir", [Location of application data])
5 AC_SUBST(appdir)
6
7-eval "eval gq_bindir=${prefix}/lib/${PACKAGE}"
8+eval "eval gq_bindir=${libdir}/${PACKAGE}"
9 AC_DEFINE_UNQUOTED([GQ_BIN_DIR], "$gq_bindir", [Location of helper scripts and executables])
10 AC_SUBST(gq_bindir)
11
This page took 0.135376 seconds and 4 git commands to generate.