From: fsLeg Date: Sat, 30 Nov 2024 20:56:35 +0000 (+0300) Subject: pyscard: remove a missed Sphinx leftover file when building docs X-Git-Url: https://git.t-rg.ws/?a=commitdiff_plain;h=7e2ea17ff0d7a4ba3e10de7cb3d359ad6651271c;p=slackbuilds.git pyscard: remove a missed Sphinx leftover file when building docs --- diff --git a/pyscard/pyscard.SlackBuild b/pyscard/pyscard.SlackBuild index ba400b9..5354ae5 100755 --- a/pyscard/pyscard.SlackBuild +++ b/pyscard/pyscard.SlackBuild @@ -76,7 +76,7 @@ mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION # Build additional documentation if [ "${DOCS:-no}" != "no" ]; then sphinx-build src/smartcard/doc $PKG/usr/doc/$PRGNAM-$VERSION/html - rm -rf $PKG/usr/doc/$PRGNAM-$VERSION/html/{.buildinfo,.doctrees} + rm -rf $PKG/usr/doc/$PRGNAM-$VERSION/html/{.buildinfo,.doctrees,objects.inv} fi cp -aR \