*** empty log message ***
This commit is contained in:
parent
07b33d1ca4
commit
95f4d0e47d
@ -20,9 +20,15 @@ else
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
echo "Installing to $PREFIX"
|
echo "Installing to $PREFIX"
|
||||||
test -n "$bindir" || bindir=$PREFIX/bin
|
test -n "$bindir" || bindir=${PREFIX}/bin
|
||||||
test -n "$datadir" || datadir=$PREFIX/share
|
test -n "$datadir" || datadir=${PREFIX}/share
|
||||||
test -n "$mandir" || mandir=${datadir}/man
|
if test -z "$mandir" ; then
|
||||||
|
if test -d ${PREFIX}/man ; then
|
||||||
|
mandir=${PREFIX}/man
|
||||||
|
else
|
||||||
|
mandir=${datadir}/man
|
||||||
|
fi
|
||||||
|
fi
|
||||||
|
|
||||||
INSTALL=${INSTALL:=install -c}
|
INSTALL=${INSTALL:=install -c}
|
||||||
STRIP=${STRIP:=strip}
|
STRIP=${STRIP:=strip}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user