Skip to content
Snippets Groups Projects
Commit 55492a30 authored by deuce's avatar deuce
Browse files

Use PREFIX/etc for global list.

parent fff9cfd0
Branches
Tags
No related merge requests found
......@@ -254,6 +254,7 @@ char *get_syncterm_filename(char *fn, int fnlen, int type, int shared)
#ifdef PREFIX
strcpy(fn,PREFIX);
backslash(fn);
strcat(fn,"etc/");
#else
strcpy(fn,"/usr/local/etc/");
#endif
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment