diff options
author | sibel <lesibel@free.fr> | 2010-12-29 06:41:42 +0000 |
---|---|---|
committer | sibel <lesibel@free.fr> | 2010-12-29 06:41:42 +0000 |
commit | e65564d3f1ebec0bd9d35b382c2b8edca3242c00 (patch) | |
tree | 82a98f6760451e00da56405df2f43f78feddd5c4 /extra/pyxml/Pkgfile | |
parent | 5eea2ae31a2418123cd27bbd8049ccab4aa1177e (diff) | |
download | nutyx-pakxe-e65564d3f1ebec0bd9d35b382c2b8edca3242c00.tar.gz nutyx-pakxe-e65564d3f1ebec0bd9d35b382c2b8edca3242c00.tar.bz2 nutyx-pakxe-e65564d3f1ebec0bd9d35b382c2b8edca3242c00.tar.xz nutyx-pakxe-e65564d3f1ebec0bd9d35b382c2b8edca3242c00.zip |
pyxml#0.8.4-1, maj footprint
Diffstat (limited to 'extra/pyxml/Pkgfile')
-rw-r--r-- | extra/pyxml/Pkgfile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/extra/pyxml/Pkgfile b/extra/pyxml/Pkgfile index a6ca1cdf1..befd70fe0 100644 --- a/extra/pyxml/Pkgfile +++ b/extra/pyxml/Pkgfile @@ -11,8 +11,8 @@ source=(http://downloads.sourceforge.net/$name/PyXML-0.8.4.tar.gz) build() { cd PyXML-$version - python setup.py build - python setup.py install --prefix=/usr --root=$PKG + python2 setup.py build + python2 setup.py install --prefix=/usr --root=$PKG } |