Update perl page for consistency

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11957 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
Douglas R. Reno 2020-06-19 02:14:14 +00:00
parent 7772c15e45
commit 7136fe5d4b

View File

@ -60,10 +60,12 @@
</variablelist> </variablelist>
<para>Build and install the package:</para> <para>Compile the package:</para>
<screen><userinput remap="make">make</userinput></screen> <screen><userinput remap="make">make</userinput></screen>
<para>Install the package:</para>
<screen><userinput remap="install">make install</userinput></screen> <screen><userinput remap="install">make install</userinput></screen>
</sect2> </sect2>