summaryrefslogtreecommitdiff
path: root/lang/clisp/files/patch-clisp-link.in
blob: a71a7248a461b5b9f29bd4c6273117f861e572e8 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
--- src/clisp-link.in.orig	Sun Jan  5 18:38:36 2003
+++ src/clisp-link.in	Sun Jan  5 18:39:24 2003
@@ -282,7 +282,7 @@
     verbose "$destinationdir"/${LISPRUN} -B "$installbasedir" -M "$lispinitdir"/lispinit.mem -norc -q -i $to_load -x "(saveinitmem \"$destinationdir/lispinit.mem\")"
     # Generate new makevars
     LIBS=`echo $LIBS | sed s/','/'\\,'/g`
-    sed -e "s,^LIBS=.*\$,LIBS='${LIBS}'," -e "s,^FILES=.*\$,FILES='${FILES}'," < "$sourcedir"/makevars > "$destinationdir"/makevars
+    sed -e "s;^LIBS=.*\$;LIBS='${LIBS}';" -e "s;^FILES=.*\$;FILES='${FILES}';" < "$sourcedir"/makevars > "$destinationdir"/makevars
     # Done.
     trap '' 1 2 15
     ;;
@@ -421,7 +421,7 @@
       fi
       # Generate new makevars
       LIBS=`echo $LIBS | sed s/','/'\\,'/g`
-      sed -e "s,^LIBS=.*\$,LIBS='${LIBS}'," -e "s,^FILES=.*\$,FILES='${FILES}'," < "$sourcedir"/makevars > "$destinationdir"/makevars
+      sed -e "s;^LIBS=.*\$;LIBS='${LIBS}';" -e "s;^FILES=.*\$;FILES='${FILES}';" < "$sourcedir"/makevars > "$destinationdir"/makevars
     fi
     # Done.
     trap '' 1 2 15