diff options
author | P. J. McDermott <pjm@nac.net> | 2012-02-16 11:42:53 (EST) |
---|---|---|
committer | P. J. McDermott <pjm@nac.net> | 2012-02-16 11:42:53 (EST) |
commit | 8762e880208aa207e96ddc4ac7e56df330c073ad (patch) | |
tree | 4503a8154ac41597d7d27d08eb60a54ab4b4a700 | |
parent | 57cea5f4e37e38f256c598c63d002f4f1d68ee3d (diff) |
Fix MANDIR path.
-rwxr-xr-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -140,7 +140,7 @@ if [ -z "${LIBDIR}" ]; then LIBDIR=${PREFIX}/lib fi if [ -z "${MANDIR}" ]; then - MANDIR=${PREFIX}/man + MANDIR=${PREFIX}/share/man fi # Expand PREFIX if it's there. eval "BINDIR=${BINDIR}" |