restore note about SHELL envar in firefox instructions

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@14514 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
Igor Živković 2014-10-06 05:20:24 +00:00
parent 48467f3bef
commit 9572e88e49

View File

@ -236,12 +236,13 @@ EOF</userinput></screen>
Compile <application>Firefox</application> by issuing the following
commands:
</para>
<!--
<note><para>
If you are compiling <application>Firefox</application> in chroot, prepend
If you are compiling <application>Firefox</application> in chroot, make
sure you have <envar>$SHELL</envar> environment variable set or prepend
<envar>SHELL=/bin/sh</envar> to the first make command below.
</para></note>
-->
<screen><userinput>test $(uname -m) = "i686" &amp;&amp; sed -i 's/enable-optimize/disable-optimize/' mozconfig || true &amp;&amp;
make -f client.mk</userinput></screen>