update_ucode: typo fix

s/qz/gz/

* update_ucode: Fix typo in symvers.gz file name ("symvers.qz").

Fixes: 2d12ea1e59 "Bring in RHEL-specific packaging bits"
Resolves: RHEL-58058
Signed-off-by: Eugene Syromiatnikov <esyr@redhat.com>
This commit is contained in:
Eugene Syromiatnikov 2024-09-23 17:19:39 +02:00
parent 2d12ea1e59
commit 58e4ff5100

View File

@ -272,7 +272,7 @@ fi | while read -r i; do
add|refresh)
debug " Adding $paths (part of $action)..."
[ -e "/lib/modules/$k/symvers.qz" -o -e "/lib/modules/$k/symvers.xz" ] || {
[ -e "/lib/modules/$k/symvers.gz" -o -e "/lib/modules/$k/symvers.xz" ] || {
debug " \"/lib/modules/$k/symvers.[gx]z\"" \
"does not exist, skipping"
continue