Skip to content
Snippets Groups Projects
Commit d65766b4 authored by ram's avatar ram
Browse files

Default library: path is now /usr/local/lib/cmucl/lib on all non-Mach

architectures.
parent 72420352
No related branches found
No related tags found
No related merge requests found
...@@ -5,7 +5,7 @@ ...@@ -5,7 +5,7 @@
;;; Carnegie Mellon University, and has been placed in the public domain. ;;; Carnegie Mellon University, and has been placed in the public domain.
;;; ;;;
(ext:file-comment (ext:file-comment
"$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/save.lisp,v 1.24 1994/10/31 04:11:27 ram Exp $") "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/save.lisp,v 1.25 1994/11/01 19:35:11 ram Exp $")
;;; ;;;
;;; ********************************************************************** ;;; **********************************************************************
;;; ;;;
...@@ -91,8 +91,8 @@ ...@@ -91,8 +91,8 @@
(setf (search-list "library:") (setf (search-list "library:")
(or (parse-unix-search-list :cmucllib) (or (parse-unix-search-list :cmucllib)
'(#-hpux "/usr/misc/.cmucl/lib/" '(#-mach "/usr/misc/.cmucl/lib/"
#+hpux "/usr/local/lib/cmucl/lib/")))) #+mach "/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