main/secureboot-hook: add missing "==>" when skipping UEFI image creation

This commit is contained in:
Mogens Jensen 2024-05-07 04:31:50 +02:00 committed by Jakub Jirutka
parent 7435e3ef4f
commit 8e98fc555b
2 changed files with 3 additions and 3 deletions

View file

@ -2,7 +2,7 @@
# Maintainer: Jakub Jirutka <jakub@jirutka.cz>
pkgname=secureboot-hook
pkgver=0.2
pkgrel=1
pkgrel=2
pkgdesc="A kernel hook for generating signed UEFI Unified Kernel Image"
url="https://gitlab.alpinelinux.org/alpine/aports"
arch="noarch !armhf !s390x !ppc64le !loongarch64" # limited by sbsigntool
@ -23,6 +23,6 @@ package() {
}
sha512sums="
8cf0ea83f32f7cc546f2235dcf0258ada36cf738c5738d6ac31b935b158ac40de51d53784c310810be0f8f6ce3947d9e09d781eab716f6cc303948d47384f6a8 secureboot.hook
cd76188468f27761a42bf92976e5e0475d3a3a46b24fa44c23c8afb28735f1bf99bac17665cedb1f0bed50eef522b909214f90bca703c7543314ed6ebdffc1b0 secureboot.hook
0777b1ec63d7d21a2144737fb913a52b8deedadbec69b7450799c228950adf9213d5d40e52617841dbae3bf4451f37a18f833e94860fab2c7779779b5fa9f66d secureboot.conf
"

View file

@ -47,7 +47,7 @@ esac
[ "$skip_flavors" ] && for flavor in $skip_flavors; do
[ "$flavor" = "$FLAVOR" ] \
&& die 0 "skipping UEFI image creation for $FLAVOR kernel"
&& die 0 "==> skipping UEFI image creation for $FLAVOR kernel"
done
[ "$cmdline" ] \