mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-02-03 14:47:17 +08:00
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:
parent
48467f3bef
commit
9572e88e49
@ -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" && sed -i 's/enable-optimize/disable-optimize/' mozconfig || true &&
|
||||
make -f client.mk</userinput></screen>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user