Skip to content
Snippets Groups Projects
Commit 1f99541d authored by wlott's avatar wlott
Browse files

Changed the default for library: under hpux to be /usr/local/lib/cmucl/lib.

parent a463e694
No related branches found
No related tags found
No related merge requests found
......@@ -7,7 +7,7 @@
;;; Scott Fahlman or slisp-group@cs.cmu.edu.
;;;
(ext:file-comment
"$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/save.lisp,v 1.21 1994/02/14 13:14:21 ram Exp $")
"$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/save.lisp,v 1.22 1994/03/10 16:31:01 wlott Exp $")
;;;
;;; **********************************************************************
;;;
......@@ -94,7 +94,7 @@
(setf (search-list "library:")
(or (parse-unix-search-list :cmucllib)
'(#-hpux "/usr/misc/.cmucl/lib/"
#+hpux "/usr/local/cmucl/lib/"))))
#+hpux "/usr/local/lib/cmucl/lib/"))))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment