network/elinks: Fix documentation generation.

Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Andrew Clemons 2022-03-05 11:44:22 +13:00 committed by Willy Sudiarto Raharjo
parent c83c462a61
commit 2ba5bd5d61
No known key found for this signature in database
GPG key ID: 3F617144D7238786

View file

@ -74,6 +74,9 @@ cd $TMP
rm -rf $PRGNAM-$COMMIT rm -rf $PRGNAM-$COMMIT
tar xvf $CWD/$PRGNAM-$COMMIT.tar.?z tar xvf $CWD/$PRGNAM-$COMMIT.tar.?z
cd $PRGNAM-$COMMIT 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 . chown -R root:root .
find -L . \ find -L . \
\( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \ \( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \