summaryrefslogtreecommitdiffstats
path: root/gocr/build/makefile.in.patch
diff options
context:
space:
mode:
author Eric Hameleers <alien@slackware.com>2006-11-14 12:14:52 +0000
committer Eric Hameleers <alien@slackware.com>2006-11-14 12:14:52 +0000
commit7488917d89e115b2d811681c45013ad68d36a50a (patch)
tree5dfd18cccbfc26e3bc4da69ab99b2fcfe7753335 /gocr/build/makefile.in.patch
parente05e4a3e67772eb66cb4d0f820ecbbf3da96e58e (diff)
downloadasb-7488917d89e115b2d811681c45013ad68d36a50a.tar.gz
asb-7488917d89e115b2d811681c45013ad68d36a50a.tar.xz
Initial revision
Diffstat (limited to 'gocr/build/makefile.in.patch')
-rw-r--r--gocr/build/makefile.in.patch13
1 files changed, 13 insertions, 0 deletions
diff --git a/gocr/build/makefile.in.patch b/gocr/build/makefile.in.patch
new file mode 100644
index 00000000..84c8b5e5
--- /dev/null
+++ b/gocr/build/makefile.in.patch
@@ -0,0 +1,13 @@
+--- Makefile.in.org 2006-08-30 12:53:08.000000000 +0200
++++ Makefile.in 2006-11-14 10:51:11.000000000 +0100
+@@ -11,8 +11,9 @@
+ #
+
+ prefix = @prefix@
++exec_prefix = @prefix@
+ #bindir = $(prefix)/bin
+-bindir = @prefix@@bindir@
++bindir = @bindir@
+
+ SHELL = @SHELL@
+ # this does not work on SuSE 6.0, why? (autoconf 2.12 do not set @SHELL@ ?)