forked from kiss-community/repo
mandoc: fix package
This commit is contained in:
parent
0cf4fa90bc
commit
7e36ef47af
@ -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"
|
||||||
|
@ -1 +1 @@
|
|||||||
1.14.5 1
|
1.14.5 2
|
||||||
|
Loading…
Reference in New Issue
Block a user