]> git.pld-linux.org Git - packages/geeqie.git/blame - libdir-fix.patch
- removing unnecessary patches
[packages/geeqie.git] / libdir-fix.patch
CommitLineData
d32f1792
KM
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 @@
9f6d048b
ZU
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.075748 seconds and 4 git commands to generate.