diff options
Diffstat (limited to 'testing/py-qt/APKBUILD')
-rw-r--r-- | testing/py-qt/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/py-qt/APKBUILD b/testing/py-qt/APKBUILD index aeda61a4db..82dfbfabad 100644 --- a/testing/py-qt/APKBUILD +++ b/testing/py-qt/APKBUILD @@ -17,7 +17,7 @@ source="http://sourceforge.net/projects/pyqt/files/PyQt4/PyQt-$pkgver/PyQt-x11-g _builddir="${srcdir}/PyQt-x11-gpl-${pkgver}" build() { cd "$_builddir" - python configure.py \ + python2 configure.py \ --confirm-license \ -v /usr/share/sip \ --qsci-api |