Biber - fix stupid error in my original instructions, obviously nobody has tried to run these.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@15926 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
Ken Moffat 2015-05-04 15:28:43 +00:00
parent f6f07b6b6d
commit 0f304418c1

View File

@ -160,7 +160,7 @@
<screen><userinput>sed -i 's/use Encode;/&amp;\nuse File::Slurp;\nuse File::Spec;/' \
lib/Biber/LaTeX/Recode.pm &amp;&amp;
perl ./Build.PL &amp;&amp;
./Build.PL</userinput></screen>
./Build</userinput></screen>
<para>To test the results, enter: <command>./Build test</command></para>