From 2ba5bd5d616e7139e89491f8095506457148212c Mon Sep 17 00:00:00 2001 From: Andrew Clemons Date: Sat, 5 Mar 2022 11:44:22 +1300 Subject: network/elinks: Fix documentation generation. Signed-off-by: Andrew Clemons Signed-off-by: Willy Sudiarto Raharjo --- network/elinks/elinks.SlackBuild | 3 +++ 1 file changed, 3 insertions(+) (limited to 'network') diff --git a/network/elinks/elinks.SlackBuild b/network/elinks/elinks.SlackBuild index 0b99ae95e9..71a4402a75 100644 --- a/network/elinks/elinks.SlackBuild +++ b/network/elinks/elinks.SlackBuild @@ -74,6 +74,9 @@ cd $TMP rm -rf $PRGNAM-$COMMIT tar xvf $CWD/$PRGNAM-$COMMIT.tar.?z cd $PRGNAM-$COMMIT +# fix documentation generation on 15.0. +# xmlto needs --skip-validation or it fails. +sed -i 's/$(XMLTO) -o/$(XMLTO) --skip-validation -o/' doc/Makefile chown -R root:root . find -L . \ \( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \ -- cgit v1.2.3