diff options
Diffstat (limited to 'testing/py-pyphen/APKBUILD')
-rw-r--r-- | testing/py-pyphen/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/py-pyphen/APKBUILD b/testing/py-pyphen/APKBUILD index a883b3dc26..da15be2fba 100644 --- a/testing/py-pyphen/APKBUILD +++ b/testing/py-pyphen/APKBUILD @@ -27,12 +27,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="eeb03180bbb6f65f98a16118341ee454 Pyphen-0.8.tar.gz" |