From 11c957c2160d40b3339d162d95fe0376df31d84f Mon Sep 17 00:00:00 2001 From: "Yann E. MORIN\"" Date: Thu, 15 Jul 2010 22:34:31 +0200 Subject: configure: fix --mandir --mandir points to the base dir of the man pages, so we have to append our man section below given dir. --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure') diff --git a/configure b/configure index 3d884576..91574d23 100755 --- a/configure +++ b/configure @@ -413,7 +413,7 @@ printf "${VERSION}\n" [ -z "${BINDIR_set}" ] && BINDIR="${PREFIX}/bin" [ -z "${LIBDIR_set}" ] && LIBDIR="${PREFIX}/lib" [ -z "${DOCDIR_set}" ] && DOCDIR="${PREFIX}/share/doc" -[ -z "${MANDIR_set}" ] && MANDIR="${PREFIX}/share/man/man1" +[ -z "${MANDIR_set}" ] && MANDIR="${PREFIX}/share/man" # Install support files in our own sub-dir, so as not to mangle (system) # files and dirs, but only if not --local -- cgit v1.2.3