home *** CD-ROM | disk | FTP | other *** search
/ Il CD di internet / CD.iso / SOURCE / D / CLISP / CLISPSRC.DIF / CLISPSRC
Encoding:
Text File  |  1995-01-16  |  321 b   |  12 lines

  1. --- src/makemake.in.orig    Mon Jan 16 19:39:12 1995
  2. +++ src/makemake.in    Mon Jan 16 19:40:32 1995
  3. @@ -294,7 +294,7 @@
  4.  # PREFIX = prefix for installation directories
  5.  # (This should not end in a backslash. Add a space to avoid this.)
  6.  if [ $HOS = unix ] ; then
  7. -  PREFIX='/usr/local'
  8. +  PREFIX='/usr'
  9.  else
  10.    PREFIX=''
  11.  fi
  12.