mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-06 08:26:50 +01:00
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:
parent
c83c462a61
commit
2ba5bd5d61
1 changed files with 3 additions and 0 deletions
|
@ -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 \
|
||||
|
|
Loading…
Reference in a new issue