summaryrefslogtreecommitdiffstats
path: root/extra/pyxml/Pkgfile
diff options
context:
space:
mode:
authorsibel <lesibel@free.fr>2010-12-29 06:41:42 +0000
committersibel <lesibel@free.fr>2010-12-29 06:41:42 +0000
commite65564d3f1ebec0bd9d35b382c2b8edca3242c00 (patch)
tree82a98f6760451e00da56405df2f43f78feddd5c4 /extra/pyxml/Pkgfile
parent5eea2ae31a2418123cd27bbd8049ccab4aa1177e (diff)
downloadnutyx-extra-e65564d3f1ebec0bd9d35b382c2b8edca3242c00.tar.gz
nutyx-extra-e65564d3f1ebec0bd9d35b382c2b8edca3242c00.tar.bz2
nutyx-extra-e65564d3f1ebec0bd9d35b382c2b8edca3242c00.tar.xz
nutyx-extra-e65564d3f1ebec0bd9d35b382c2b8edca3242c00.zip
pyxml#0.8.4-1, maj footprint
Diffstat (limited to 'extra/pyxml/Pkgfile')
-rw-r--r--extra/pyxml/Pkgfile4
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
}