mandoc: Fix build and sbindir

This commit is contained in:
Dylan Araps 2020-02-10 23:30:17 +02:00
parent b80d5bd08d
commit 6a87c63763
No known key found for this signature in database
GPG Key ID: 46D62DD9F1DE636E
2 changed files with 3 additions and 2 deletions

View File

@ -9,8 +9,9 @@ cat > configure.local <<EOF
PREFIX=/usr
MANDIR=/usr/share/man
LIBDIR=/usr/lib
SBINDIR=/usr/bin
CC="${CC:-gcc}"
CFLAGS="$CFLAGS"
CFLAGS="$CFLAGS -fPIE"
LN="ln -sf"
EOF

View File

@ -1 +1 @@
1.14.5 2
1.14.5 3