diff options
author | Matthew Burgess <matthew@linuxfromscratch.org> | 2013-03-16 21:19:45 +0000 |
---|---|---|
committer | Matthew Burgess <matthew@linuxfromscratch.org> | 2013-03-16 21:19:45 +0000 |
commit | 8f4ae4a3c5a3b910d7baa9fa17e4f97ea699e5e6 (patch) | |
tree | 114d25486838f5155571695e46d588a34a4026b5 /udev-lfs/Makefile.lfs | |
parent | 5e953c413030aa7d5fa1215684d25b6636ce6d58 (diff) |
Sync keymap list with Systemd-198
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10212 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'udev-lfs/Makefile.lfs')
-rw-r--r-- | udev-lfs/Makefile.lfs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/udev-lfs/Makefile.lfs b/udev-lfs/Makefile.lfs index 284579b50..ef5fec797 100644 --- a/udev-lfs/Makefile.lfs +++ b/udev-lfs/Makefile.lfs @@ -5,7 +5,7 @@ SHELL=/bin/bash SYSTEMD_VERSION=198 -VERSION=198-1 +VERSION=198-2 ifeq ($(V),) VB = @ |