From f82d000a11de3f9f258ba4a9c1ee8ec1d14b36ce5df93646db8ef3e97a69d991 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Tue, 22 Sep 2020 11:11:31 +0000 Subject: [PATCH] Accepting request 836022 from home:Guillaume_G:branches:Base:System - Refresh patch to fix build on non-x86 architecture broken by previous commit: * kbdsettings-nox86.patch OBS-URL: https://build.opensuse.org/request/show/836022 OBS-URL: https://build.opensuse.org/package/show/Base:System/kbd?expand=0&rev=130 --- kbd.changes | 7 +++++++ kbdsettings-nox86.patch | 4 ++-- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/kbd.changes b/kbd.changes index b05d70c..c428b7e 100644 --- a/kbd.changes +++ b/kbd.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Tue Sep 22 08:45:57 UTC 2020 - Guillaume GARDET + +- Refresh patch to fix build on non-x86 architecture broken + by previous commit: + * kbdsettings-nox86.patch + ------------------------------------------------------------------- Thu Sep 17 22:43:16 UTC 2020 - Stanislav Brabec diff --git a/kbdsettings-nox86.patch b/kbdsettings-nox86.patch index 0ac070d..3631012 100644 --- a/kbdsettings-nox86.patch +++ b/kbdsettings-nox86.patch @@ -15,11 +15,11 @@ - /usr/bin/setleds -D -$param < /dev/$tty - fi - else -- echo "Value ${!conf} invalid for $conf" +- echo "Value $confval invalid for $conf" - fi - ;; *) - echo "error: unknown value ${!conf} in $conf" + echo "error: unknown value $confval in $conf" ;; --- sysconfig.keyboard +++ sysconfig.keyboard