system/mdocml: Fixed manpages.

Don't use hard links in /usr/man.

Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
This commit is contained in:
David Spencer 2016-01-19 00:40:23 +00:00 committed by Willy Sudiarto Raharjo
parent e80ec214ef
commit 153a43cd5a

View file

@ -77,6 +77,10 @@ else
fi
zcat "${CWD}"/mansearch_c-regcomp_compat.diff.gz |patch -p0
./configure
# The makefile uses hard links :O
sed -i -e 's/ln -f/ln -sf/' Makefile
CFLAGS=$SLKCFLAGS \
make
make install \