diff options
Diffstat (limited to 'main/py-unidecode/APKBUILD')
-rw-r--r-- | main/py-unidecode/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/main/py-unidecode/APKBUILD b/main/py-unidecode/APKBUILD index 4719a9c921..b968696008 100644 --- a/main/py-unidecode/APKBUILD +++ b/main/py-unidecode/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="9b3ab9bfe5a58124609840f0c2accfe4 Unidecode-0.04.19.tar.gz" |