diff options
Diffstat (limited to 'system/mdocml')
-rw-r--r-- | system/mdocml/mdocml.SlackBuild | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/system/mdocml/mdocml.SlackBuild b/system/mdocml/mdocml.SlackBuild index db389491b4fd..3eb5cf97c1d4 100644 --- a/system/mdocml/mdocml.SlackBuild +++ b/system/mdocml/mdocml.SlackBuild @@ -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 \ |