diff options
author | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2014-03-23 17:38:39 +0000 |
---|---|---|
committer | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2014-03-23 17:38:39 +0000 |
commit | 9c6887dc792d1d34f945034042232c31e689a003 (patch) | |
tree | 5c31ced4559955cad5b104fbe5d1f2e46d357146 /chapter06/eudev.xml | |
parent | 111bb20d3b9479e3fb2126dcf4715d0680f7356c (diff) |
Make eudev manpages version reference a variable
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10515 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/eudev.xml')
-rw-r--r-- | chapter06/eudev.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chapter06/eudev.xml b/chapter06/eudev.xml index e224a40d0..4525f3579 100644 --- a/chapter06/eudev.xml +++ b/chapter06/eudev.xml @@ -88,7 +88,7 @@ mkdir -pv /etc/udev/rules.d</userinput></screen> <para>Now, install the man pages:</para> -<screen><userinput remap="install">tar -xvf ../eudev-1.5.1-manpages.tar.bz2 -C /usr/share</userinput></screen> +<screen><userinput remap="install">tar -xvf ../eudev-&eudev-version;-manpages.tar.bz2 -C /usr/share</userinput></screen> <para>Finally, create some custom rules that are not covered as a part of the defaults:</para> |