diff options
author | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2014-02-05 19:46:52 +0000 |
---|---|---|
committer | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2014-02-05 19:46:52 +0000 |
commit | 2c5ca043a6fb88ca6af49c16dc75398cb5d5a12e (patch) | |
tree | d7644fc5afe035b3ef559f46997eef495e005959 /chapter06/groff.xml | |
parent | 5d76f82e3d1965a58aa729a2683a38489789c408 (diff) |
Fix e2fsprogs tests to run properly in the LFS chroot envirnment.
Remove unnecessary mkdir in groff.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10455 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/groff.xml')
-rw-r--r-- | chapter06/groff.xml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/chapter06/groff.xml b/chapter06/groff.xml index 7aaef076b..69a51a36c 100644 --- a/chapter06/groff.xml +++ b/chapter06/groff.xml @@ -61,8 +61,7 @@ <para>Install the package:</para> -<screen><userinput remap="install">mkdir -pv /usr/share/doc/groff-1.22/pdf -make install</userinput></screen> +<screen><userinput remap="install">make install</userinput></screen> <para>Some documentation programs, such as <command>xman</command>, will not work properly without the following symlinks:</para> |