2
0
mirror of https://codeberg.org/kiss-community/repo synced 2024-07-02 14:02:27 +00:00

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 PREFIX=/usr
MANDIR=/usr/share/man MANDIR=/usr/share/man
LIBDIR=/usr/lib LIBDIR=/usr/lib
SBINDIR=/usr/bin
CC="${CC:-gcc}" CC="${CC:-gcc}"
CFLAGS="$CFLAGS" CFLAGS="$CFLAGS -fPIE"
LN="ln -sf" LN="ln -sf"
EOF EOF

View File

@ -1 +1 @@
1.14.5 2 1.14.5 3