Changeset 2ce3f7b3


Ignore:
Timestamp:
08/25/2014 12:45:37 AM (10 years ago)
Author:
Krejzi <krejzi@…>
Branches:
7.6-blfs, 7.6-systemd, kde5-14269, kde5-14686, systemd-13485
Children:
916079a0
Parents:
c0afe8b
Message:

Fix a typo and few minor fixes.

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

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • general/prog/junit.xml

    rc0afe8b r2ce3f7b3  
    3636    test data, and test runners for running tests.</para>
    3737
    38     &lfs74_checked;
     38    &lfs76_checked;
    3939
    4040    <bridgehead renderas="sect3">Package Information</bridgehead>
  • xsoft/graphweb/firefox.xml

    rc0afe8b r2ce3f7b3  
    177177
    178178<screen><userinput>cat &gt; mozconfig &lt;&lt; "EOF"
    179 # If you have a multicore machine, firefox will now use all the cores by
     179<literal># If you have a multicore machine, firefox will now use all the cores by
    180180# default. Exceptionally, you can reduce the number of cores, e.g. to 1,
    181181# by uncommenting the next line and setting a valid number of CPU cores.
     
    253253ac_add_options --with-system-zlib
    254254
    255 mk_add_options MOZ_OBJDIR=@TOPSRCDIR@/firefox-build-dir
     255mk_add_options MOZ_OBJDIR=@TOPSRCDIR@/firefox-build-dir</literal>
    256256EOF</userinput></screen>
    257257
  • xsoft/other/thunderbird.xml

    rc0afe8b r2ce3f7b3  
    157157
    158158<screen><userinput>cat &gt; mozconfig &lt;&lt; "EOF"
    159 # If you have a multicore machine, firefox will now use all the cores by
     159<literal># If you have a multicore machine, firefox will now use all the cores by
    160160# default. Exceptionally, you can reduce the number of cores, e.g. to 1,
    161161# by uncommenting the next line and setting a valid number of CPU cores.
     
    227227ac_add_options --with-system-zlib
    228228
    229 mk_add_options MOZ_OBJDIR=@TOPSRCDIR@/thunderbuild
     229mk_add_options MOZ_OBJDIR=@TOPSRCDIR@/thunderbuild</literal>
    230230EOF</userinput></screen>
    231231
Note: See TracChangeset for help on using the changeset viewer.