]> git.pld-linux.org Git - packages/geeqie.git/blob - libdir-fix.patch
- release 2 (libjxl 0.10.x)
[packages/geeqie.git] / libdir-fix.patch
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.110288 seconds and 3 git commands to generate.