Forgot to remove the redundant sed.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@8650 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
Ken Moffat 2010-10-26 18:37:55 +00:00
parent e3060aaa7f
commit 20852a5773

View File

@ -276,9 +276,7 @@ EOF</userinput></screen>
<para>Install <application>Xulrunner</application> by issuing the
following commands:</para>
<screen><userinput>sed 's@stable@unstable@' \
-i xulrunner/installer/mozilla-js.pc.in &amp;&amp;
echo "Requires: nspr" >>xulrunner/installer/libxul-embedding.pc.in &amp;&amp;
<screen><userinput>echo "Requires: nspr" >>xulrunner/installer/libxul-embedding.pc.in &amp;&amp;
make -f client.mk build</userinput></screen>
<para>This package does not come with a test suite.</para>