diff options
Diffstat (limited to 'testing/py-hurry-filesize/APKBUILD')
-rw-r--r-- | testing/py-hurry-filesize/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/py-hurry-filesize/APKBUILD b/testing/py-hurry-filesize/APKBUILD index fd6788d30c..77d9fa398f 100644 --- a/testing/py-hurry-filesize/APKBUILD +++ b/testing/py-hurry-filesize/APKBUILD @@ -28,12 +28,12 @@ prepare() { build() { cd "$_builddir" - python setup.py build || return 1 + python2 setup.py build || return 1 } package() { cd "$_builddir" - python setup.py install --prefix=/usr --root="$pkgdir" || return 1 + python2 setup.py install --prefix=/usr --root="$pkgdir" || return 1 } md5sums="8549ccd09bb31b5ff1e8e8c1eacc7794 hurry.filesize-0.9.tar.gz" |