aboutsummaryrefslogtreecommitdiff
path: root/lang/Gofer/files/patch-ac
diff options
context:
space:
mode:
Diffstat (limited to 'lang/Gofer/files/patch-ac')
-rw-r--r--lang/Gofer/files/patch-ac36
1 files changed, 36 insertions, 0 deletions
diff --git a/lang/Gofer/files/patch-ac b/lang/Gofer/files/patch-ac
new file mode 100644
index 000000000000..fb0b3fd981ac
--- /dev/null
+++ b/lang/Gofer/files/patch-ac
@@ -0,0 +1,36 @@
+*** gofer.0 Thu Jun 23 16:00:00 1994
+--- gofer Wed Feb 8 01:16:55 1995
+***************
+*** 9,18 ****
+ # Edited by Jonathan Bowen, Oxford University, August 1993
+
+ # Location of gofer files - site specific
+! ROOT=/usr/local/gofer
+
+ # first, the location of your prelude file:
+! GOFER=${GOFER-$ROOT/lib/standard.prelude}
+ export GOFER
+
+ # next, command line argument settings. One example might be:
+--- 9,18 ----
+ # Edited by Jonathan Bowen, Oxford University, August 1993
+
+ # Location of gofer files - site specific
+! ROOT=/usr/local/lib/Gofer
+
+ # first, the location of your prelude file:
+! GOFER=${GOFER-$ROOT/standard.prelude}
+ export GOFER
+
+ # next, command line argument settings. One example might be:
+***************
+*** 34,37 ****
+
+ # Finally, start the interpreter running:
+ # exec /usr/local/lib/Gofer/gofer $GOFERARGS $*
+! exec $ROOT/bin/Gofer $GOFERARGS $*
+--- 34,37 ----
+
+ # Finally, start the interpreter running:
+ # exec /usr/local/lib/Gofer/gofer $GOFERARGS $*
+! exec $ROOT/gofer $GOFERARGS $*