From 813bf87b2fe7ea7a604c8cd398a481b2d648d429 Mon Sep 17 00:00:00 2001 From: Thomas Gellekum Date: Thu, 7 Oct 1999 06:49:02 +0000 Subject: Fix MASTER_SITES, don't hardcode /usr/local. PR: 14064 Submitted by: KATO Tsuguru --- editors/uemacs/files/patch-ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'editors/uemacs/files/patch-ac') diff --git a/editors/uemacs/files/patch-ac b/editors/uemacs/files/patch-ac index c18abe1863f3..e511ee39a9f2 100644 --- a/editors/uemacs/files/patch-ac +++ b/editors/uemacs/files/patch-ac @@ -16,7 +16,7 @@ #else - path = getenv("PATH"); + strncpy(patha, getenv("PATH"), NFILEN - 25); -+ strcat(patha, ":/usr/local/share/uemacs"); ++ strcat(patha, ":%%PREFIX%%/share/uemacs"); #endif #endif + path = patha; -- cgit v1.2.3