From 7e2ea17ff0d7a4ba3e10de7cb3d359ad6651271c Mon Sep 17 00:00:00 2001 From: fsLeg Date: Sat, 30 Nov 2024 23:56:35 +0300 Subject: [PATCH] pyscard: remove a missed Sphinx leftover file when building docs --- pyscard/pyscard.SlackBuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 \ -- 2.46.3