blob: e60eaf3f2cf0d4c6a5b807e289e19f704c1faeb9 (
plain) (
tree)
|
|
--- ./local.h.linux.orig 2011-04-19 00:58:54.000000000 -0500
+++ ./local.h.linux 2017-01-10 16:32:18.242932798 -0600
@@ -76,10 +76,10 @@
* MAN45EXT (but not if you keep the man pages in section 5 and just
* store them in a different place).
*/
-#define BINDIR "/usr/local/bin"
-#define LIBDIR "/usr/local/lib"
-#define MAN1DIR "/usr/local/man/man1"
-#define MAN45DIR "/usr/local/man/man5"
+#define BINDIR "/usr/bin"
+#define LIBDIR "/usr/lib/ispell"
+#define MAN1DIR "/usr/man/man1"
+#define MAN45DIR "/usr/man/man5"
#define MAN45EXT ".5"
/*
|