From c45ac3fc5acfcfb7abf3c207b0b30a728fe6b3b6 Mon Sep 17 00:00:00 2001
From: wlott <wlott>
Date: Fri, 11 Mar 1994 02:02:15 +0000
Subject: [PATCH] Look in /usr/local/lib/cmucl/lib now.

---
 tools/hpux-startup.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/tools/hpux-startup.c b/tools/hpux-startup.c
index 44c9f2c79..80482cd27 100644
--- a/tools/hpux-startup.c
+++ b/tools/hpux-startup.c
@@ -1,5 +1,5 @@
 /*
- * $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/tools/hpux-startup.c,v 1.2 1994/01/28 17:48:42 wlott Exp $
+ * $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/tools/hpux-startup.c,v 1.3 1994/03/11 02:02:15 wlott Exp $
  *
  * This file copies the lisp startup code, forks a process that will delete
  * the copy when the parent exits, and then exec's the copy of the lisp
@@ -26,7 +26,7 @@ static char *find_lisp_orig(void)
     struct stat statbuf;
 
     if (library == NULL)
-	library = "/usr/local/cmucl/lib";
+	library = "/usr/local/lib/cmucl/lib";
 
     src = library;
     found = FALSE;
-- 
GitLab