]> git.pld-linux.org Git - packages/geeqie.git/blob - libdir-fix.patch
b7193fbbfcc625c8d3eeb684476dbeafe00997a3
[packages/geeqie.git] / libdir-fix.patch
1 --- geeqie-1.6/configure.ac~    2020-11-20 21:36:33.000000000 +0000
2 +++ geeqie-1.6/configure.ac     2021-04-08 22:29:09.742491746 +0000
3 @@ -253,7 +253,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.045622 seconds and 2 git commands to generate.