$NetBSD: patch-as,v 1.4 2003/06/06 08:58:43 jtb Exp $
--- src/runtime/imain.r.orig
+++ src/runtime/imain.r
@@ -67,7 +67,7 @@
{
char *p, *q, buf[1000];
p = getenv("FPATH");
- q = relfile(argv[0], "/..");
+ q = relfile(argv[0], "/../../lib/icon");
sprintf(buf, "FPATH=%s %s", (p ? p : "."), (q ? q : "."));
putenv(buf);
}