diff options
Diffstat (limited to 'editors/uemacs/files')
-rw-r--r-- | editors/uemacs/files/patch-ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editors/uemacs/files/patch-ac b/editors/uemacs/files/patch-ac index c18abe1..e511ee3 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; |