summaryrefslogtreecommitdiff
path: root/lang/icon/patches/patch-as
blob: 3b7fafd2bc07238c38a196b682de813ec9155452 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
$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);
          }