From 5be419519b5d154f4a56ef88721ae48a057454d2 Mon Sep 17 00:00:00 2001 From: William Pitcock Date: Tue, 27 Feb 2018 22:43:55 +0000 Subject: [PATCH] testing/py-pypeg2: cleanups --- testing/py-pypeg2/APKBUILD | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/testing/py-pypeg2/APKBUILD b/testing/py-pypeg2/APKBUILD index 9d9f4ba99c2..61e88e502f1 100644 --- a/testing/py-pypeg2/APKBUILD +++ b/testing/py-pypeg2/APKBUILD @@ -14,7 +14,12 @@ depends="py-lxml" makedepends="py-setuptools py3-setuptools" subpackages="py2-$_pkgname:_py2 py3-$_pkgname:_py3 $pkgname-doc" source="$pkgname-$pkgver.tar.gz::https://bitbucket.org/fdik/$__pkgname/get/$pkgver.tar.gz" -builddir="$srcdir"/fdik-$__pkgname-$_gitrev +builddir="$srcdir"/$_pkgname-$pkgver + +prepare() { + mv "$srcdir"/fdik-$__pkgname-* "$builddir" + default_prepare +} check() { cd "$builddir"