Files
pkgsrc-ng/lang/icon/patches/patch-as
2013-09-26 17:14:40 +02:00

14 lines
394 B
Plaintext

$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);
}