Morten Linderud pushed to branch main at Arch Linux / Packaging / Packages / sbctl
Commits: 5cd5bfc2 by Morten Linderud at 2024-01-24T23:00:09+01:00 upgpkg: 0.13-2: include mkinitcpio hook Fixes: https://gitlab.archlinux.org/archlinux/packaging/packages/sbctl/-/issues/1 - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -1,7 +1,7 @@ pkgbase = sbctl pkgdesc = Secure Boot key manager pkgver = 0.13 - pkgrel = 1 + pkgrel = 2 url = https://github.com/Foxboron/sbctl arch = x86_64 arch = aarch64 ===================================== PKGBUILD ===================================== @@ -2,7 +2,7 @@ pkgname=sbctl pkgver=0.13 -pkgrel=1 +pkgrel=2 pkgdesc="Secure Boot key manager" arch=("x86_64" "aarch64") url="https://github.com/Foxboron/sbctl" @@ -24,4 +24,5 @@ package(){ cd "${pkgname}-${pkgver}" make PREFIX="$pkgdir/usr" install install -Dm644 ./contrib/pacman/ZZ-sbctl.hook "${pkgdir}/usr/share/libalpm/hooks/zz-sbctl.hook" + install -Dm755 ./contrib/mkinitcpio/sbctl "${pkgdir}/usr/lib/initcpio/post/sbctl" } View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/sbctl/-/commit/5cd5bfc2d64221a0fa347571946899f82ccfea03 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/sbctl/-/commit/5cd5bfc2d64221a0fa347571946899f82ccfea03 You're receiving this email because of your account on gitlab.archlinux.org.
