diff options
author | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2013-05-09 17:56:59 +0000 |
---|---|---|
committer | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2013-05-09 17:56:59 +0000 |
commit | 012229ad1f29e1dd84242b4a1bc75171a3c52cf3 (patch) | |
tree | 8efb994df20c005a8061ac375613a4aeb056f78a | |
parent | 3135ea6a5b4346173fbe6ada7ba5b3be7008365b (diff) |
Update udev-lfs Makefile (again)
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10269 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
-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 a1f4d7afa..d92f761a7 100644 --- a/udev-lfs/Makefile.lfs +++ b/udev-lfs/Makefile.lfs @@ -4,7 +4,7 @@ # vim: tabstop=3 SHELL=/bin/bash -SYSTEMD_VERSION=203 +SYSTEMD_VERSION=204 VERSION=$(SYSTEMD_VERSION)-1 ifeq ($(V),) |