aboutsummaryrefslogtreecommitdiffstats
path: root/chapter07/perl.xml
diff options
context:
space:
mode:
authorDouglas R. Reno <renodr@linuxfromscratch.org>2020-06-19 02:14:14 +0000
committerDouglas R. Reno <renodr@linuxfromscratch.org>2020-06-19 02:14:14 +0000
commit7136fe5d4b7dbc0f769fa5b7644e872b1f34301b (patch)
treebb3b11edc928857b4ba4a7bdf6fe7bbb8d59299b /chapter07/perl.xml
parent7772c15e45d6f7416e3b3a8ef14e15d7e57bbff8 (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/perl.xml')
-rw-r--r--chapter07/perl.xml4
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>