summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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}"