Changeset 56a82a5


Ignore:
Timestamp:
11/15/2014 03:30:30 AM (9 years ago)
Author:
Christopher Gregory <cjg@…>
Branches:
systemd-13485
Children:
4b8d102
Parents:
222c0dc
Message:

Re-added note about building firefox in chroot. Moved firefox.xml to firefox-systemd.xml so that future updates do not remove needed instruction.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/branches/systemd@14907 af4574ff-66df-0310-9fd7-8a98e5e911e0

Location:
xsoft/graphweb
Files:
1 edited
1 moved

Legend:

Unmodified
Added
Removed
  • xsoft/graphweb/firefox-systemd.xml

    r222c0dc r56a82a5  
    257257      commands:
    258258    </para>
    259 <!--
     259
    260260    <note><para>
    261261      If you are compiling <application>Firefox</application> in chroot, prepend
    262262      <envar>SHELL=/bin/sh</envar> to the first make command below.
    263263    </para></note>
    264 <screen><userinput>test $(uname -m) = "i686" &amp;&amp; sed -i 's/enable-optimize/disable-optimize/' mozconfig || true &amp;&amp;-->
     264<!--<screen><userinput>test $(uname -m) = "i686" &amp;&amp; sed -i 's/enable-optimize/disable-optimize/' mozconfig || true &amp;&amp;-->
    265265<screen><userinput>make -f client.mk</userinput></screen>
    266266
  • xsoft/graphweb/graphweb.xml

    r222c0dc r56a82a5  
    2020
    2121  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="seamonkey.xml"/>
    22   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="firefox.xml"/>
     22  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="firefox-systemd.xml"/>
    2323  <!-- <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="galeon.xml"/> -->
    2424  <!-- <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="konq.xml"/> -->
Note: See TracChangeset for help on using the changeset viewer.