diff options
author | Andrew Clemons <andrew.clemons@gmail.com> | 2022-03-05 11:44:22 +1300 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-03-07 08:45:28 +0700 |
commit | 2ba5bd5d616e7139e89491f8095506457148212c (patch) | |
tree | b7d152d45c130e969f26256b9960822884eb78f0 /network/elinks/elinks.SlackBuild | |
parent | c83c462a61460079aceedc641b576b6e9b224fa9 (diff) |
network/elinks: Fix documentation generation.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'network/elinks/elinks.SlackBuild')
-rw-r--r-- | network/elinks/elinks.SlackBuild | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/network/elinks/elinks.SlackBuild b/network/elinks/elinks.SlackBuild index 0b99ae95e91a..71a4402a75eb 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 \ |