Ignore:
Timestamp:
08/23/2014 07:03:12 PM (10 years ago)
Author:
Krejzi <krejzi@…>
Branches:
7.6-blfs, 7.6-systemd, kde5-14269, kde5-14686, systemd-13485
Children:
9a9c7c2
Parents:
86245b1e
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

    r86245b1e r469bc5d4  
    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.