summaryrefslogtreecommitdiff
path: root/debian/patches/txt2man.patch
diff options
context:
space:
mode:
Diffstat (limited to 'debian/patches/txt2man.patch')
-rw-r--r--debian/patches/txt2man.patch12
1 files changed, 12 insertions, 0 deletions
diff --git a/debian/patches/txt2man.patch b/debian/patches/txt2man.patch
new file mode 100644
index 0000000..e790a34
--- /dev/null
+++ b/debian/patches/txt2man.patch
@@ -0,0 +1,12 @@
+--- oss-v4.2-build2006-src-gpl/setup/Linux/build.sh.orig 2012-02-18 18:53:51.707280520 +0100
++++ oss-v4.2-build2006-src-gpl/setup/Linux/build.sh 2012-02-18 18:54:01.955280417 +0100
+@@ -8,7 +8,7 @@
+ else
+ echo "No gawk found. Using lesser replacement" >&2
+ cc -o txt2man origdir/setup/txt2man.c
+- TXT2MAN=./txt2man
++ TXT2MAN=/usr/bin/txt2man
+ fi
+
+ [ -z "$LD" ] && LD=ld
+