summaryrefslogtreecommitdiff
blob: cb4022c7606f5a3a2e754cd253b58a86c5e272d5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/setup/Linux/build.sh b/setup/Linux/build.sh
index 4b7838c..4931e1f 100644
--- a/setup/Linux/build.sh
+++ b/setup/Linux/build.sh
@@ -8,7 +8,7 @@ then
 else
    echo "No gawk found. Using lesser replacement" >&2
    cc -o txt2man origdir/setup/txt2man.c
-   TXT2MAN=./txt2man
+   TXT2MAN=/usr/bin/txt2man
 fi
 
 rm -rf prototype