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:
parent
2d12ea1e59
commit
58e4ff5100
@ -272,7 +272,7 @@ fi | while read -r i; do
|
|||||||
add|refresh)
|
add|refresh)
|
||||||
debug " Adding $paths (part of $action)..."
|
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\"" \
|
debug " \"/lib/modules/$k/symvers.[gx]z\"" \
|
||||||
"does not exist, skipping"
|
"does not exist, skipping"
|
||||||
continue
|
continue
|
||||||
|
Loading…
Reference in New Issue
Block a user