diff options
Diffstat (limited to 'community/py-greenlet/APKBUILD')
-rw-r--r-- | community/py-greenlet/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/community/py-greenlet/APKBUILD b/community/py-greenlet/APKBUILD index b37567421f..a0e661809b 100644 --- a/community/py-greenlet/APKBUILD +++ b/community/py-greenlet/APKBUILD @@ -21,7 +21,7 @@ build() { cd "$builddir" export CFLAGS="-O0" CPPFLAGS="-O0" CXXFLAGS="-O0" python2 setup.py build || return 1 - python3 setup.py build || return 1 + python3 setup.py build || return 1 } package() { @@ -31,7 +31,7 @@ package() { _py() { local python=$1 pkgdesc="$pkgdesc - $python" - install_if="$pkgname=$pkgver-r$pkgrel $python" + install_if="$pkgname=$pkgver-r$pkgrel $python" cd "$builddir" $python setup.py install --prefix=/usr --root="$subpkgdir" |