mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-01-24 23:32:12 +08:00
firefox-28.0-standalone remove sed, not necessary anymore.
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@12877 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
parent
26fa7d27b4
commit
f2b8afea9b
@ -242,8 +242,7 @@ EOF</userinput></screen>
|
||||
<envar>SHELL=/bin/bash</envar> to the first make command below.
|
||||
</para></note>
|
||||
|
||||
<screen><userinput>sed -i 's@ ""@@' browser/base/Makefile.in &&
|
||||
make -f client.mk</userinput></screen>
|
||||
<screen><userinput>make -f client.mk</userinput></screen>
|
||||
|
||||
<para>
|
||||
This package does not come with a test suite.
|
||||
@ -294,11 +293,6 @@ ln -sfv ../mozilla/plugins /usr/lib/firefox-&firefox-version;</userinput></scree
|
||||
<sect2 role="commands">
|
||||
<title>Command Explanations</title>
|
||||
|
||||
<para>
|
||||
<command>sed -i 's@ ""@@' browser/base/Makefile.in</command>: This sed
|
||||
removes an unprintable control character from the title bar.
|
||||
</para>
|
||||
|
||||
<para>
|
||||
<command>make -f client.mk ...</command>: Mozilla products are packaged to
|
||||
allow the use of a configuration file which can be used to pass the
|
||||
|
Loading…
Reference in New Issue
Block a user