aboutsummaryrefslogtreecommitdiffstats
path: root/testing/py-logilab-astng
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2015-03-11 15:07:01 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2015-03-11 15:07:01 +0000
commita93fd374749803efe86b76c33f1a8e3529eb4239 (patch)
tree44352b6c56e73c4c95298c29041647cf0bd10261 /testing/py-logilab-astng
parent94746381e1278c45c96377cd231860489bd00b5d (diff)
downloadaports-a93fd374749803efe86b76c33f1a8e3529eb4239.tar.bz2
aports-a93fd374749803efe86b76c33f1a8e3529eb4239.tar.xz
testing/py-logilab-astng: build fix
Diffstat (limited to 'testing/py-logilab-astng')
-rw-r--r--testing/py-logilab-astng/APKBUILD2
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