summaryrefslogtreecommitdiff
path: root/math/xlispstat/files/patch-ak
diff options
context:
space:
mode:
Diffstat (limited to 'math/xlispstat/files/patch-ak')
-rw-r--r--math/xlispstat/files/patch-ak17
1 files changed, 0 insertions, 17 deletions
diff --git a/math/xlispstat/files/patch-ak b/math/xlispstat/files/patch-ak
deleted file mode 100644
index f5e6ef63b721..000000000000
--- a/math/xlispstat/files/patch-ak
+++ /dev/null
@@ -1,17 +0,0 @@
---- setup.shell.orig Wed Sep 7 23:34:36 1994
-+++ setup.shell Wed May 3 09:00:00 2000
-@@ -2,11 +2,12 @@
- cat > $1 <<+++
- #!/bin/sh
- XLISPLIB=$2 export XLISPLIB
-+XLSLIBEXEC=$3 export XLSLIBEXEC
- if test -f xlisp.wks; then WKS="xlisp.wks";
--else WKS="\${XLISPLIB}/xlisp.wks";
-+else WKS="\${XLSLIBEXEC}/xlisp.wks";
- fi
- if test -f xlisp; then XLISP=xlisp;
--else XLISP="\${XLISPLIB}/xlisp"
-+else XLISP="\${XLSLIBEXEC}/xlisp"
- fi
- exec \${XLISP} -w\${WKS} \$*
- +++