diff options
author | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2012-11-29 03:11:06 +0000 |
---|---|---|
committer | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2012-11-29 03:11:06 +0000 |
commit | b7da138fa244c2d09b04ff95c369decba0c4a726 (patch) | |
tree | b8623e3d987ef37bb731faafa3b8b0a3d34c01a9 /udev-lfs | |
parent | 8999d9085236f9af809c263beb6f5a71982dab78 (diff) |
Update makefile and instructions for systemd-196/udev-lfs-196-2.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10054 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 bd4271098..76b3470df 100644 --- a/udev-lfs/Makefile.lfs +++ b/udev-lfs/Makefile.lfs @@ -290,7 +290,7 @@ install: udev # Set up hardware DB @mkdir -pv $(DESTDIR)/lib/udev/hwdb.d @cp hwdb/* $(DESTDIR)/lib/udev/hwdb.d - @build/udevadm hwdb --update + # @build/udevadm hwdb --update # Copy documentation @cp -v man/udev.7 $(DESTDIR)/usr/share/man/man7 |