mandoc: fix package

This commit is contained in:
Dylan Araps 2019-08-29 10:49:04 +00:00
parent 0cf4fa90bc
commit 7e36ef47af
2 changed files with 9 additions and 1 deletions

View File

@ -14,3 +14,11 @@ EOF
MANPATH_BASE=/usr/share/man ./configure MANPATH_BASE=/usr/share/man ./configure
make make
make -j1 DESTDIR="$1" base-install lib-install make -j1 DESTDIR="$1" base-install lib-install
# Make binaries writable.
chmod -v u+w "$1/usr/bin/"*
# Remove all development files.
rm -rf "$1/usr/include" \
"$1/usr/lib" \
"$1/usr/share/man/man3"

View File

@ -1 +1 @@
1.14.5 1 1.14.5 2