diff options
author | Matthew Burgess <matthew@linuxfromscratch.org> | 2013-03-28 17:41:01 +0000 |
---|---|---|
committer | Matthew Burgess <matthew@linuxfromscratch.org> | 2013-03-28 17:41:01 +0000 |
commit | 91a430e2b04e4c8f284dc131b68fba3105685242 (patch) | |
tree | 6f0f6d5e503e43b64cabc9dd52878d312b15f723 /udev-lfs | |
parent | d45e0417f93af02aedc91a8cfd953daafe607e6c (diff) |
Upgrade to Systemd-199. Fixes #3317.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10224 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'udev-lfs')
-rw-r--r-- | udev-lfs/Makefile.lfs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/udev-lfs/Makefile.lfs b/udev-lfs/Makefile.lfs index 735104064..2dc6f83c6 100644 --- a/udev-lfs/Makefile.lfs +++ b/udev-lfs/Makefile.lfs @@ -4,8 +4,8 @@ # vim: tabstop=3 SHELL=/bin/bash -SYSTEMD_VERSION=198 -VERSION=198-3 +SYSTEMD_VERSION=199 +VERSION=199-1 ifeq ($(V),) VB = @ |