components/clisp/patches/makemake.in.patch
author Vladimir Marek <Vladimir.Marek@oracle.com>
Thu, 24 Oct 2013 13:26:21 +0200
branchs11u1-sru
changeset 2842 2168e180aa83
parent 328 38a06e74a699
child 976 3e60a8a2dff1
permissions -rw-r--r--
15803356 SUNBT7183526-12.0 Update gzip to version 1.5

--- src.orig/makemake.in	Fri Oct 24 06:27:58 2008
+++ src/makemake.in	Mon Feb  2 15:48:08 2009
@@ -1826,7 +1826,7 @@
 echol "#   make distrib VERSION_SUFFIX=pre"
 echol "VERSION_SUFFIX="
 echol "# The distribution's top directory"
-echol 'TOPDIR=clisp-$(VERSION)$(VERSION_SUFFIX)'
+echol 'TOPDIR=clisp'
 echol
 echol '# Directories used by "make install":'
 echol "prefix = ${PREFIX}"
@@ -3379,8 +3379,8 @@
   case $f in
     clisp.html | clisp.1 | clisp-1.html)
       if [ $HOS = win32 ];
-      then platform_line=" | sed -e \"s,@PLATFORM@,${TSYS},g\""
-      else platform_line=" | sed -e \"s,@PLATFORM@,${host},g\""
+      then platform_line=" | sed -e \"s,Platform: @PLATFORM@,User Commands,g\""
+      else platform_line=" | sed -e \"s,Platform: @PLATFORM@,User Commands,g\""
       fi
       sourcedir=${SRCDOCDIR} ;;
     *) sourcedir=${SRCDIR} ;;