build: Correct default MANDIR.

ck_pring
Samy Al Bahra 13 years ago
parent 6929e9372b
commit 3a9087c838

2
configure vendored

@ -161,7 +161,7 @@ done
HEADERS=${HEADERS:-"${PREFIX}/include"}
LIBRARY=${LIBRARY:-"${PREFIX}/lib"}
MANDIR=${MANDIR:-"${PREFIX}/man"}
MANDIR=${MANDIR:-"${PREFIX}/share/man"}
GZIP=${GZIP:-"gzip -c"}
if test "$PROFILE"; then

Loading…
Cancel
Save