diff options
author | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2012-09-28 17:06:00 +0000 |
---|---|---|
committer | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2012-09-28 17:06:00 +0000 |
commit | 04f85979aca79f19850dc5f6d1ed7cbf940b2ee6 (patch) | |
tree | 828a7408a0298118d2bee16b5d4ea106fa54cb95 /udev-lfs | |
parent | a68cefc1b35f75992a3b61c5bcdc3d3af9d611a6 (diff) |
Update to systemd/udev-lfs-193
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10003 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'udev-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 9015f52d9..1bb8f1bf0 100644 --- a/udev-lfs/Makefile.lfs +++ b/udev-lfs/Makefile.lfs @@ -4,7 +4,7 @@ # vim: tabstop=3 SHELL=/bin/bash -VERSION=192 +VERSION=193 ifeq ($(V),) VB = @ |