From eac38f26dace2a13318fae03941b5fe0e3883cbd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maximilian=20Ke=C3=9Fler?= Date: Mon, 25 Jul 2022 22:22:25 +0200 Subject: [PATCH] fix mkessler-x post-install hook (unexpected EOF) --- PKGBUILD | 2 +- mkessler-x.install | 20 ++++++++++---------- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/PKGBUILD b/PKGBUILD index 88b6258..7f64f69 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,6 +1,6 @@ pkgbase=mkessler pkgname=(mkessler-base mkessler-xmonad mkessler-x mkessler-audio mkessler-software mkessler-print mkessler-locale mkessler-desktop mkessler-devel mkessler-signing-key) -pkgver=0.8 +pkgver=0.9 pkgrel=1 pkgdesc="Base system configuration for mkessler systems" arch=('any') diff --git a/mkessler-x.install b/mkessler-x.install index a57bac5..c7486d9 100644 --- a/mkessler-x.install +++ b/mkessler-x.install @@ -1,13 +1,13 @@ post_install() { cat < /etc/X11/xorg.conf.d/00-keyboard.conf - # Written by systemd-localed(8), read by systemd-localed and Xorg. It's - # probably wise not to edit this file manually. Use localectl(1) to - # instruct systemd-localed to update it. - Section "InputClass" - Identifier "system-keyboard" - MatchIsKeyboard "on" - Option "XkbLayout" "de" - Option "XkbVariant" "neo" - EndSection - EOF +# Written by systemd-localed(8), read by systemd-localed and Xorg. It's +# probably wise not to edit this file manually. Use localectl(1) to +# instruct systemd-localed to update it. +Section "InputClass" + Identifier "system-keyboard" + MatchIsKeyboard "on" + Option "XkbLayout" "de" + Option "XkbVariant" "neo" +EndSection +EOF }