summaryrefslogtreecommitdiff
path: root/net/tinyfugue/files/patch-ab
diff options
context:
space:
mode:
Diffstat (limited to 'net/tinyfugue/files/patch-ab')
-rw-r--r--net/tinyfugue/files/patch-ab4
1 files changed, 2 insertions, 2 deletions
diff --git a/net/tinyfugue/files/patch-ab b/net/tinyfugue/files/patch-ab
index 6455a07691f7..399ac4cf508e 100644
--- a/net/tinyfugue/files/patch-ab
+++ b/net/tinyfugue/files/patch-ab
@@ -4,13 +4,13 @@
# even if an old version is currently in use. You can remove
# the old version manually later when it is no longer in use.
--# EXE="/usr/local/bin/tf-${TFVER}"
+-# TF="/usr/local/bin/tf-${TFVER}"
-# LIBDIR="/usr/local/lib/tf-${TFVER}-lib"
-# SYMLINK="/usr/local/bin/tf"
+if [ -z "${PREFIX}" ]; then
+ PREFIX="/usr/local"
+fi
-+EXE="${PREFIX}/bin/tf-${TFVER}"
++TF="${PREFIX}/bin/tf-${TFVER}"
+LIBDIR="${PREFIX}/lib/tf-${TFVER}-lib"
+SYMLINK="${PREFIX}/bin/tf"