summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorP. 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)
commit8762e880208aa207e96ddc4ac7e56df330c073ad (patch)
tree4503a8154ac41597d7d27d08eb60a54ab4b4a700 /configure
parent57cea5f4e37e38f256c598c63d002f4f1d68ee3d (diff)
Fix MANDIR path.
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index d0b2b2a..08efa80 100755
--- a/configure
+++ b/configure
@@ -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}"