Changeset e712213


Ignore:
Timestamp:
07/08/2020 04:36:55 PM (4 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
d381d2d9
Parents:
65106bd
Message:

Minor cleanups

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@23373 af4574ff-66df-0310-9fd7-8a98e5e911e0

Files:
2 edited

Legend:

Unmodified
Added
Removed
  • general/genlib/js68.xml

    r65106bd re712213  
    1313]>
    1414
    15 <!--<sect1 id="js68" xreflabel="js68-&JS68-version;">-->
    1615<sect1 id="js68" xreflabel="js68-&JS68-version;">
    1716  <?dbhtml filename="js68.html"?>
     
    6968      </listitem>
    7069    </itemizedlist>
    71 
    72     <!--
    73     <bridgehead renderas="sect3">Additional Downloads</bridgehead>
    74     <itemizedlist spacing="compact">
    75       <listitem>
    76         <para>
    77           Required patch:
    78           <ulink url="&patch-root;/js68-&JS68-version;-python_3-1.patch"/>
    79         </para>
    80       </listitem>
    81     </itemizedlist>
    82     -->
    8370
    8471    <bridgehead renderas="sect3">JS68 Dependencies</bridgehead>
     
    148135    </note>
    149136
    150     <!--
    151     <para>
    152       First, apply a patch so we can run the shipped build scripts with
    153       Python 3, instead of the EOL'ed Python 2:
    154     </para>
    155 
    156 <screen><userinput remap="pre">patch -Np1 -i ../js68-&JS68-version;-python_3-1.patch</userinput></screen>
    157     -->
    158137    <para>
    159138      Install <application>JS</application> by running the following
    160139      commands:
    161140    </para>
    162 
    163 <!--    &shell-env;-->
    164141
    165142     <note>
     
    278255        </seg>
    279256        <seg>
    280           libmozjs-68.so and libjs_static.ajs <!-- The AJS file doesn't
    281           conflict with the one from js52 like originally thought -->
     257          libmozjs-68.so and libjs_static.ajs
    282258        </seg>
    283259        <seg>
  • xincludes/mozshm.xml

    r65106bd re712213  
    2020      Run:
    2121
    22 <screen role="nodump"><userinput>mountpoint /dev/shm >/dev/null ||
    23  mount -t tmpfs devshm /dev/shm</userinput></screen>
     22<screen role="nodump"><userinput>mountpoint -q /dev/shm || mount -t tmpfs devshm /dev/shm</userinput></screen>
    2423
    2524    </para>
Note: See TracChangeset for help on using the changeset viewer.