diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2015-03-11 15:07:01 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2015-03-11 15:07:01 +0000 |
commit | a93fd374749803efe86b76c33f1a8e3529eb4239 (patch) | |
tree | 44352b6c56e73c4c95298c29041647cf0bd10261 /testing/py-logilab-astng/APKBUILD | |
parent | 94746381e1278c45c96377cd231860489bd00b5d (diff) | |
download | aports-a93fd374749803efe86b76c33f1a8e3529eb4239.tar.bz2 aports-a93fd374749803efe86b76c33f1a8e3529eb4239.tar.xz |
testing/py-logilab-astng: build fix
Diffstat (limited to 'testing/py-logilab-astng/APKBUILD')
-rw-r--r-- | testing/py-logilab-astng/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/py-logilab-astng/APKBUILD b/testing/py-logilab-astng/APKBUILD index a91095f7ce..060cd47fd7 100644 --- a/testing/py-logilab-astng/APKBUILD +++ b/testing/py-logilab-astng/APKBUILD @@ -15,7 +15,7 @@ install="" subpackages="" source="http://pypi.python.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz" -_builddir="$srcdir"/"$_realname"-$pkgver +_builddir="$srcdir"/logilab-astng-$pkgver build() { cd "$_builddir" python setup.py build || return 1 |