diff options
author | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2018-04-14 16:12:46 +0000 |
---|---|---|
committer | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2018-04-14 16:12:46 +0000 |
commit | 03e6064c94d19f1a61efe889031376aba48d9389 (patch) | |
tree | 3101f94dc396afcde8aae2c8ceec0c3aee784d83 /chapter06/expat.xml | |
parent | 597019bb2685f3de8f11270f2dfa5b6bc7fad1e2 (diff) |
Typos and minor corrections
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11401 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/expat.xml')
-rw-r--r-- | chapter06/expat.xml | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/chapter06/expat.xml b/chapter06/expat.xml index 7b71c8481..e8450e674 100644 --- a/chapter06/expat.xml +++ b/chapter06/expat.xml @@ -47,7 +47,9 @@ <para>Prepare Expat for compilation:</para> -<screen><userinput remap="configure">./configure --prefix=/usr --disable-static</userinput></screen> +<screen><userinput remap="configure">./configure --prefix=/usr \ + --disable-static \ + --docdir=/usr/share/doc/expat-&expat-version;</userinput></screen> <para>Compile the package:</para> @@ -63,8 +65,7 @@ <para>If desired, install the documentation:</para> -<screen><userinput remap="install">install -v -dm755 /usr/share/doc/expat-&expat-version; -install -v -m644 doc/*.{html,png,css} /usr/share/doc/expat-&expat-version;</userinput></screen> +<screen><userinput remap="install">install -v -m644 doc/*.{html,png,css} /usr/share/doc/expat-&expat-version;</userinput></screen> </sect2> |