From 8762e880208aa207e96ddc4ac7e56df330c073ad Mon Sep 17 00:00:00 2001 From: P. J. McDermott Date: Thu, 16 Feb 2012 11:42:53 -0500 Subject: Fix MANDIR path. --- (limited to 'configure') 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}" -- cgit v0.9.1