Lukas Fleischer pushed to branch main at Arch Linux / Packaging / Packages /
tp_smapi
Commits:
4cdbc2c7 by Lukas Fleischer at 2025-07-30T17:34:16-04:00
Add comment to strip/compress steps
- - - - -
1 changed file:
- PKGBUILD
Changes:
=====================================
PKGBUILD
=====================================
@@ -43,6 +43,9 @@ package() {
cd tp_smapi
find . -name "*.ko" -exec install -Dt "$pkgdir$extradir" {} +
+
+ # Manually strip and compress kernel module.
+ # TODO: Replace with zipkmod option once supported by makepkg.
find "$pkgdir" -name "*.ko" -exec strip --strip-debug {} +
find "$pkgdir" -name '*.ko' -exec zstd --rm -19 {} +
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/tp_smapi/-/commit/4cdbc2c75d5a26b91c62715f5ed924e50e81ff84
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/tp_smapi/-/commit/4cdbc2c75d5a26b91c62715f5ed924e50e81ff84
You're receiving this email because of your account on gitlab.archlinux.org.