Ignore:
Timestamp:
01/27/2016 11:21:15 PM (8 years ago)
Author:
DJ Lucas <dj@…>
Branches:
systemd-13485
Children:
1e76622
Parents:
a7e1ac8
Message:

Merge Chapter 13 from trunk.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/prog/dbus-python.xml

    ra7e1ac8 r2037ec4  
    3030      </para>
    3131
    32       &lfs77_checked;
     32      &lfs78_checked;
    3333
    3434      <bridgehead renderas="sect4">Package Information</bridgehead>
     
    107107<screen><userinput>mkdir python2 &amp;&amp;
    108108pushd python2 &amp;&amp;
    109 PYTHON=/usr/bin/python \
     109PYTHON=/usr/bin/python     \
    110110../configure --prefix=/usr --docdir=/usr/share/doc/dbus-python-&dbus-python-version; &amp;&amp;
    111111make &amp;&amp;
     
    124124<screen><userinput>mkdir python3 &amp;&amp;
    125125pushd python3 &amp;&amp;
    126 PYTHON=/usr/bin/python3 \
     126PYTHON=/usr/bin/python3    \
    127127../configure --prefix=/usr --docdir=/usr/share/doc/dbus-python-&dbus-python-version; &amp;&amp;
    128128make &amp;&amp;
Note: See TracChangeset for help on using the changeset viewer.