mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-03-06 06:14:47 +00:00
Minor rewording concerning invoking Perl's configuration scripts. Fixes #1857
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7776 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
parent
de5994967b
commit
8a7a7e9575
@ -41,10 +41,10 @@
|
||||
|
||||
<screen><userinput>echo "127.0.0.1 localhost $(hostname)" > /etc/hosts</userinput></screen>
|
||||
|
||||
<para>To have full control over the way Perl is set up, run the
|
||||
interactive <command>Configure</command> script and hand-pick the way
|
||||
this package is built. If the defaults it auto-detects are suitable,
|
||||
prepare Perl for compilation with:</para>
|
||||
<para>To have full control over the way Perl is set up, you can run the
|
||||
interactive <command>Configure</command> script and hand-pick the way this
|
||||
package is built. If you prefer, you can use the defaults that Perl
|
||||
auto-detects, by preparing Perl for compilation with:</para>
|
||||
|
||||
<screen><userinput>./configure.gnu --prefix=/usr \
|
||||
-Dman1dir=/usr/share/man/man1 \
|
||||
|
Loading…
Reference in New Issue
Block a user