mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-04 20:29:09 +01:00
libraries/avr-libc: Fix mandir for /usr/bin/avr-man wrapper.
so we don't obscure glibc's man pages Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
This commit is contained in:
parent
30afd866cc
commit
c8c18df411
1 changed files with 2 additions and 2 deletions
|
@ -14,7 +14,7 @@
|
|||
|
||||
PRGNAM=avr-libc
|
||||
VERSION=${VERSION:-1.8.0}
|
||||
BUILD=${BUILD:-1}
|
||||
BUILD=${BUILD:-2}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
if [ -z "$ARCH" ]; then
|
||||
|
@ -73,7 +73,7 @@ CXXFLAGS="$SLKCFLAGS" \
|
|||
--libdir=/usr/lib${LIBDIRSUFFIX} \
|
||||
--sysconfdir=/etc \
|
||||
--localstatedir=/var \
|
||||
--mandir=/usr/man \
|
||||
--mandir=/usr/doc/$PRGNAM-$VERSION/man \
|
||||
--enable-doc \
|
||||
--docdir=/usr/doc/$PRGNAM-$VERSION \
|
||||
--build=$ARCH-slackware-linux
|
||||
|
|
Loading…
Reference in a new issue