diff options
Diffstat (limited to 'community/py-ws4py/APKBUILD')
-rw-r--r-- | community/py-ws4py/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/community/py-ws4py/APKBUILD b/community/py-ws4py/APKBUILD index 097baed84b..ca86f6dbc3 100644 --- a/community/py-ws4py/APKBUILD +++ b/community/py-ws4py/APKBUILD @@ -29,8 +29,8 @@ package() { _py() { local python=$1 pkgdesc="$pkgdesc - $python" - arch="noarch" - install_if="$pkgname=$pkgver-r$pkgrel $python" + install_if="$pkgname=$pkgver-r$pkgrel $python" + cd "$builddir" $python setup.py install --prefix=/usr --root="$subpkgdir" } |