diff --git a/tools/hpux-startup.c b/tools/hpux-startup.c
index 44c9f2c79dce2a51dd42de70dc844af3c5d9739a..80482cd27af8a610e9ae0b9d11e57d67d5221452 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;