pkgsrc/editors/ce/patches/patch-ab
schmonz 697342268c Update to 4.5. No changelog available, and diffs are extensive.
Many (most?) are to take more care with types and declarations.
2005-01-08 07:46:15 +00:00

19 lines
318 B
Text

$NetBSD: patch-ab,v 1.2 2005/01/08 07:46:15 schmonz Exp $
--- teach-ce.in.orig 1999-03-30 12:56:24.000000000 -0500
+++ teach-ce.in
@@ -1,4 +1,4 @@
-#! /bin/bash
+#! /bin/sh
#
# @configure_input@
#
@@ -34,7 +34,7 @@ esac
export PATH
-LN="ln -s"
+LN="@LN@ -s"
TUTORIAL=@libdir@/ce/TUTORIAL
CE="@bindir@/ce"