From b7054f9562333f979f3eeaae523aa2fab4e855a8 Mon Sep 17 00:00:00 2001 From: wlott <wlott> Date: Fri, 28 Jan 1994 17:48:42 +0000 Subject: [PATCH] Use /usr/local/cmucl instead of /usr/misc/.cmucl on hpux. --- 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 6bf35ed75..44c9f2c79 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.1 1993/08/02 16:08:51 wlott Exp $ + * $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/tools/hpux-startup.c,v 1.2 1994/01/28 17:48:42 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/misc/.cmucl/lib"; + library = "/usr/local/cmucl/lib"; src = library; found = FALSE; -- GitLab