mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-01-27 09:42:12 +08:00
Minor fixes.
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@10985 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
parent
f9a200bdaa
commit
35f8e7b15c
@ -66,7 +66,7 @@ $Date$
|
||||
<!ENTITY lfs-vim-version "7.3">
|
||||
<!-- End LFS versions -->
|
||||
|
||||
<!ENTITY blfs-bootscripts-version "20130125">
|
||||
<!ENTITY blfs-bootscripts-version "20130127">
|
||||
<!ENTITY blfs-bootscripts-download "&downloads-root;/blfs-bootscripts-&blfs-bootscripts-version;.tar.bz2">
|
||||
|
||||
<!ENTITY blfs-wiki "http://wiki.&lfs-domainname;/blfs/wiki">
|
||||
|
@ -107,7 +107,9 @@ make</userinput></screen>
|
||||
Now, as the <systemitem class="username">root</systemitem> user:
|
||||
</para>
|
||||
|
||||
<screen role="root"><userinput>make exampledir=/usr/share/doc/libjpeg-turbo-&libjpeg-turbo-version; install</userinput></screen>
|
||||
<screen role="root"><userinput>docsdir=/usr/share/doc/libjpeg-turbo-&libjpeg-turbo-version; &&
|
||||
make docdir=$docsdir exampledir=$docsdir install &&
|
||||
unset docsdir</userinput></screen>
|
||||
|
||||
</sect2>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user