Robin Candau pushed to branch main at Arch Linux / Packaging / Packages / keyd
Commits:
0ae47e59 by Christer Solskogen at 2026-02-14T15:39:41+01:00
Fix build when built with !check
- - - - -
1 changed file:
- PKGBUILD
Changes:
=====================================
PKGBUILD
=====================================
@@ -37,7 +37,7 @@ package() {
# Delete the test-io binary produced during check()
# https://gitlab.archlinux.org/archlinux/packaging/packages/keyd/-/issues/4
- rm -v "$pkgdir/usr/bin/test-io"
+ rm -fv "$pkgdir/usr/bin/test-io"
install -Dm644 ../keyd.sysusers "$pkgdir/usr/lib/sysusers.d/keyd.conf"
install -Dm755 scripts/dump-xkb-config -t "$pkgdir/usr/share/keyd/"
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/keyd/-/commit/0ae47e59a0a0326ae44f8fce9ea793c9be961d19
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/keyd/-/commit/0ae47e59a0a0326ae44f8fce9ea793c9be961d19
You're receiving this email because of your account on gitlab.archlinux.org.