src/icont/tunix.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--- icon-9.4.3.orig/src/icont/tunix.c
+++ icon-9.4.3/src/icont/tunix.c
@@ -301,7 +301,7 @@
else
strcpy(buf, ".");
strcat(buf, ":");
- strcat(buf, relfile(prog, "/../../lib"));
+ strcat(buf, "/usr/lib/icon-ipl");
return salloc(buf);
}