From f0d66a9c421a4911cf182aea43a107fcb146ebfe Mon Sep 17 00:00:00 2001 From: "Danilo M." Date: Fri, 10 Jul 2026 20:47:27 +0200 Subject: click: fix doc install for 8.4.2 (rst docs moved to md) Upstream 8.4.2 dropped CHANGES.rst and converted docs/*.rst to markdown. The old cp list failed on the missing paths and was masked with || true, which silently shipped incomplete docs. Copy the files 8.4.2 actually has (LICENSE.txt, README.md, docs/*.md) and drop the || true mask. --- click/click.SlackBuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'click/click.SlackBuild') diff --git a/click/click.SlackBuild b/click/click.SlackBuild index 6e997bd..a3e3dd4 100644 --- a/click/click.SlackBuild +++ b/click/click.SlackBuild @@ -73,7 +73,7 @@ find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | gr | cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION -cp -a CHANGES.rst LICENSE.txt README.md docs/*.rst $PKG/usr/doc/$PRGNAM-$VERSION || true +cp -a LICENSE.txt README.md docs/*.md $PKG/usr/doc/$PRGNAM-$VERSION cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild mkdir -p $PKG/install -- cgit v1.2.3