diff options
Diffstat (limited to 'community/py-cx_freeze/APKBUILD')
-rw-r--r-- | community/py-cx_freeze/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/community/py-cx_freeze/APKBUILD b/community/py-cx_freeze/APKBUILD index 3b01e4a2ff..450171d038 100644 --- a/community/py-cx_freeze/APKBUILD +++ b/community/py-cx_freeze/APKBUILD @@ -6,7 +6,7 @@ pkgver=4.3.4 pkgrel=2 pkgdesc="Set of utilities for freezing Python scripts into executables" url="http://cx-freeze.sourceforge.net/" -arch="noarch" +arch="all" license="PSF" depends="" depends_dev="" @@ -30,8 +30,8 @@ package() { _py() { local python=$1 pkgdesc="$pkgdesc - $python" - arch="all" install_if="$pkgname=$pkgver-r$pkgrel $python" + cd "$builddir" $python setup.py install --prefix=/usr --root="$subpkgdir" } |