Jan Alexander Steffens (heftig) pushed to branch main at Arch Linux / Packaging
/ Packages / linux
Commits:
a4ebc986 by Jan Alexander Steffens (heftig) at 2026-07-19T18:56:12+02:00
Remove __pycache__ from docs
- - - - -
1 changed file:
- PKGBUILD
Changes:
=====================================
PKGBUILD
=====================================
@@ -273,7 +273,10 @@ _package-docs() {
dst="${src#Documentation/}"
dst="$builddir/Documentation/${dst#output/}"
install -Dm644 "$src" "$dst"
- done < <(find Documentation -name '.*' -prune -o ! -type d -print0)
+ done < <(
+ find Documentation \( -name '.*' -o -name __pycache__ \) -prune \
+ -o \! -type d -print0
+ )
echo "Adding symlink..."
mkdir -p "$pkgdir/usr/share/doc"
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/linux/-/commit/a4ebc9860e650a50cde85d3d61a8cc3e5149f2fd
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/linux/-/commit/a4ebc9860e650a50cde85d3d61a8cc3e5149f2fd
You're receiving this email because of your account on gitlab.archlinux.org.
Manage all notifications: https://gitlab.archlinux.org/-/profile/notifications
| Help: https://gitlab.archlinux.org/help