summarylogtreecommitdiffstats
path: root/install-inform7.sh.patch
diff options
context:
space:
mode:
Diffstat (limited to 'install-inform7.sh.patch')
-rw-r--r--install-inform7.sh.patch16
1 files changed, 0 insertions, 16 deletions
diff --git a/install-inform7.sh.patch b/install-inform7.sh.patch
deleted file mode 100644
index 068bd1e3a7a0..000000000000
--- a/install-inform7.sh.patch
+++ /dev/null
@@ -1,16 +0,0 @@
-diff -Nur inform7-6L02.orig/install-inform7.sh inform7-6L02/install-inform7.sh
---- inform7-6L02.orig/install-inform7.sh 2014-05-08 00:48:08.000000000 +1000
-+++ inform7-6L02/install-inform7.sh 2014-05-09 23:09:01.626788006 +1000
-@@ -97,10 +97,8 @@
- tar xzf ${D}/${COMPDEP} || exit 4
- tar xzf ${D}/${TERPDEP} || exit 4
-
--if [ "$PREFIX" != "/usr/local" ]; then
-- cmd="s|/usr/local|$PREFIX|;"
-- perl -p -i -e "$cmd" bin/i7 || exit 6
--fi
-+cmd="s|/usr/local|/usr|;"
-+perl -p -i -e "$cmd" bin/i7 || exit 6
-
- cd ${D}
- exit 0