Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 258396 | Differences between
and this patch

Collapse All | Expand All

(-)configure.orig (+4 lines)
Lines 410-415 Link Here
410
[ -z "${DOCDIR_set}" ] && DOCDIR="${PREFIX}/share/doc"
410
[ -z "${DOCDIR_set}" ] && DOCDIR="${PREFIX}/share/doc"
411
[ -z "${MANDIR_set}" ] && MANDIR="${PREFIX}/share/man/man1"
411
[ -z "${MANDIR_set}" ] && MANDIR="${PREFIX}/share/man/man1"
412
412
413
# Append man1 if a autobuild style --mandir=/usr/share/man path was given
414
MANDIR=${MANDIR%/}
415
MANDIR=${MANDIR/\/share\/man//share/man/man1}
416
413
# Install support files in our own sub-dir, so as not to mangle (system)
417
# Install support files in our own sub-dir, so as not to mangle (system)
414
# files and dirs, but only if not --local
418
# files and dirs, but only if not --local
415
if [ -z "${LOCAL_set}" ]; then
419
if [ -z "${LOCAL_set}" ]; then

Return to bug 258396