$NetBSD: patch-ak,v 1.3 2001/06/25 18:00:16 jtb Exp $ --- src/icont/tunix.c.orig Sat Jun 23 20:08:38 2001 +++ src/icont/tunix.c @@ -247,6 +247,6 @@ else strcpy(buf, "."); strcat(buf, ":"); - strcat(buf, relfile(prog, "/../../lib")); + strcat(buf, relfile(prog, "/../../lib/icon")); return salloc(buf); }