diff options
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 } |