]> git.pld-linux.org Git - packages/geeqie.git/commitdiff
- initial
authorZsolt Udvari <uzsolt@pld-linux.org>
Thu, 9 Sep 2010 08:08:20 +0000 (08:08 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    libdir-fix.patch -> 1.1

libdir-fix.patch [new file with mode: 0644]

diff --git a/libdir-fix.patch b/libdir-fix.patch
new file mode 100644 (file)
index 0000000..5f08fdc
--- /dev/null
@@ -0,0 +1,11 @@
+--- geeqie-1.0/configure.in~   2010-02-17 22:21:23.000000000 +0100
++++ geeqie-1.0/configure.in    2010-09-09 10:05:27.667671281 +0200
+@@ -227,7 +227,7 @@
+ AC_DEFINE_UNQUOTED([GQ_APP_DIR], "$appdir", [Location of application data])
+ AC_SUBST(appdir)
+-eval "eval gq_bindir=${prefix}/lib/${PACKAGE}"
++eval "eval gq_bindir=${libdir}/${PACKAGE}"
+ AC_DEFINE_UNQUOTED([GQ_BIN_DIR], "$gq_bindir", [Location of helper scripts and executables])
+ AC_SUBST(gq_bindir)
This page took 0.174244 seconds and 4 git commands to generate.