diff options
author | Douglas R. Reno <renodr@linuxfromscratch.org> | 2020-06-19 02:14:14 +0000 |
---|---|---|
committer | Douglas R. Reno <renodr@linuxfromscratch.org> | 2020-06-19 02:14:14 +0000 |
commit | 7136fe5d4b7dbc0f769fa5b7644e872b1f34301b (patch) | |
tree | bb3b11edc928857b4ba4a7bdf6fe7bbb8d59299b /chapter07 | |
parent | 7772c15e45d6f7416e3b3a8ef14e15d7e57bbff8 (diff) |
Update perl page for consistency
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11957 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter07')
-rw-r--r-- | chapter07/perl.xml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/chapter07/perl.xml b/chapter07/perl.xml index d282fb4ba..7921cf3d9 100644 --- a/chapter07/perl.xml +++ b/chapter07/perl.xml @@ -60,10 +60,12 @@ </variablelist> - <para>Build and install the package:</para> + <para>Compile the package:</para> <screen><userinput remap="make">make</userinput></screen> + <para>Install the package:</para> + <screen><userinput remap="install">make install</userinput></screen> </sect2> |