Ignore:
Timestamp:
08/23/2014 07:03:12 PM (10 years ago)
Author:
Krejzi <krejzi@…>
Branches:
systemd-11177
Children:
fa36572
Parents:
7846c8f
Message:

More checks and fixes.

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

File:
1 edited

Legend:

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

    r7846c8f r3e06289  
    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.