summaryrefslogtreecommitdiffstats
path: root/editors/uemacs/files/patch-ac
diff options
context:
space:
mode:
Diffstat (limited to 'editors/uemacs/files/patch-ac')
-rw-r--r--editors/uemacs/files/patch-ac2
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;
OpenPOWER on IntegriCloud