SHA256
1
0
forked from pool/kbd

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
This commit is contained in:
Dirk Mueller 2020-09-22 11:11:31 +00:00 committed by Git OBS Bridge
parent 07d827eea1
commit 1ea3451c03
2 changed files with 9 additions and 2 deletions

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Tue Sep 22 08:45:57 UTC 2020 - Guillaume GARDET <guillaume.gardet@opensuse.org>
- 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 <sbrabec@suse.com>

View File

@ -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