summaryrefslogtreecommitdiff
path: root/lang/icon/patches/patch-as
blob: 54ce079bf1fdcdbdc8646994b4effe1ad0b4afef (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
$NetBSD: patch-as,v 1.3 2001/06/25 18:00:16 jtb Exp $

--- src/runtime/imain.r.orig	Mon Jun 25 10:58:18 2001
+++ src/runtime/imain.r
@@ -282,7 +282,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);
       }