summaryrefslogtreecommitdiff
path: root/src/stage3/patches/kbd.patch
diff options
context:
space:
mode:
Diffstat (limited to 'src/stage3/patches/kbd.patch')
-rw-r--r--src/stage3/patches/kbd.patch19
1 files changed, 19 insertions, 0 deletions
diff --git a/src/stage3/patches/kbd.patch b/src/stage3/patches/kbd.patch
new file mode 100644
index 0000000..79d722f
--- /dev/null
+++ b/src/stage3/patches/kbd.patch
@@ -0,0 +1,19 @@
+--- a/PKGBUILD 2018-03-16 20:11:07.357989223 +0100
++++ b/PKGBUILD 2018-03-16 20:12:43.847030062 +0100
+@@ -9,7 +9,6 @@ arch=('x86_64')
+ url="http://www.kbd-project.org"
+ license=('GPL')
+ depends=('glibc' 'pam')
+-makedepends=('check')
+ source=(https://www.kernel.org/pub/linux/utils/${pkgname}/${pkgname}-${pkgver}.tar.gz
+ https://www.kernel.org/pub/linux/utils/kbd/${pkgname}-${pkgver}.tar.sign
+ 'fix-euro2.patch')
+@@ -22,6 +21,8 @@ validpgpkeys=(
+
+ prepare() {
+ cd ${srcdir}/${pkgname}-${pkgver}
++ @CONFIG_SUB@ > config/config.sub
++ @CONFIG_GUESS@ > config/config.guess
+ # rename keymap files with the same names
+ # this is needed because when only name of keymap is specified
+ # loadkeys loads the first keymap it can find, which is bad (see FS#13837)