From a2e061d5095bdd9ec5421e02fdfe2315e1b05136 Mon Sep 17 00:00:00 2001 From: Timo Teräs Date: Wed, 2 Nov 2016 11:51:56 +0200 Subject: community/[various]: dont set arch in split function --- community/py-ws4py/APKBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'community/py-ws4py/APKBUILD') diff --git a/community/py-ws4py/APKBUILD b/community/py-ws4py/APKBUILD index 097baed84b2..ca86f6dbc3e 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" } -- cgit v1.2.3