make thunderbird instructions work in all shells

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@15875 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
Igor Živković 2015-04-25 09:39:39 +00:00
parent 0d9647c160
commit b42ddf4857

View File

@ -248,11 +248,11 @@ test $(uname -m) = "i686" && sed -i 's/enable-optimize/disable-optimize/' mozcon
<para>Fix some code when building with libvpx-1.4.0 and later:</para>
<screen><userinput>pushd mozilla/media/webrtc/trunk/webrtc/modules/video_coding/codecs/vp8 &amp;&amp;
<screen><userinput>cd mozilla/media/webrtc/trunk/webrtc/modules/video_coding/codecs/vp8 &amp;&amp;
sed -e 's/IMG_FMT_I420/VPX_&amp;/' \
-e 's/\[PLANE_/\[VPX_PLANE_/' \
-i vp8_impl.cc &amp;&amp;
popd</userinput></screen>
cd -</userinput></screen>
<para>
Compile <application>Thunderbird</application> by issuing the following