summaryrefslogtreecommitdiff
path: root/math/xlispstat/patches/patch-ad
diff options
context:
space:
mode:
Diffstat (limited to 'math/xlispstat/patches/patch-ad')
-rw-r--r--math/xlispstat/patches/patch-ad8
1 files changed, 4 insertions, 4 deletions
diff --git a/math/xlispstat/patches/patch-ad b/math/xlispstat/patches/patch-ad
index 49446497dd7..969e55bf9d1 100644
--- a/math/xlispstat/patches/patch-ad
+++ b/math/xlispstat/patches/patch-ad
@@ -1,4 +1,4 @@
-$NetBSD: patch-ad,v 1.1.1.1 1998/10/03 20:28:09 frueauf Exp $
+$NetBSD: patch-ad,v 1.2 1998/12/21 10:45:31 frueauf Exp $
--- setup.shell.orig Wed Sep 7 16:34:36 1994
+++ setup.shell Sat Oct 3 16:50:37 1998
@@ -6,14 +6,14 @@ $NetBSD: patch-ad,v 1.1.1.1 1998/10/03 20:28:09 frueauf Exp $
cat > $1 <<+++
#!/bin/sh
XLISPLIB=$2 export XLISPLIB
-+LIBEXEC=$3 export LIBEXEC
++XLSLIBEXEC=$3 export XLSLIBEXEC
if test -f xlisp.wks; then WKS="xlisp.wks";
-else WKS="\${XLISPLIB}/xlisp.wks";
-+else WKS="\${LIBEXEC}/xlisp.wks";
++else WKS="\${XLSLIBEXEC}/xlisp.wks";
fi
if test -f xlisp; then XLISP=xlisp;
-else XLISP="\${XLISPLIB}/xlisp"
-+else XLISP="\${LIBEXEC}/xlisp"
++else XLISP="\${XLSLIBEXEC}/xlisp"
fi
exec \${XLISP} -w\${WKS} \$*
+++