aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDJ Lucas <dj@linuxfromscratch.org>2019-07-08 03:50:05 +0000
committerDJ Lucas <dj@linuxfromscratch.org>2019-07-08 03:50:05 +0000
commitbf7e2c6da6b3e43116a8976d872c4fae0c6232de (patch)
tree528cf0f4b6139b250d095ef4bf8f6f65149a72f5
parent8f1e938e9a1a7389a955e27ed8120eff0bff1198 (diff)
Correct udev tarball name (bz2->xz).
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11632 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
-rw-r--r--chapter06/eudev.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/chapter06/eudev.xml b/chapter06/eudev.xml
index 4342e2172..742fa5dfd 100644
--- a/chapter06/eudev.xml
+++ b/chapter06/eudev.xml
@@ -104,7 +104,7 @@ mkdir -pv /etc/udev/rules.d</userinput></screen>
<para>Install some custom rules and support files useful in an LFS
environment:</para>
-<screen><userinput remap="install">tar -xvf ../&udev-lfs-version;.tar.bz2
+<screen><userinput remap="install">tar -xvf ../&udev-lfs-version;.tar.xz
make -f &udev-lfs-version;/Makefile.lfs install</userinput></screen>
</sect2>