summaryrefslogtreecommitdiffstats
path: root/main/makekit
diff options
context:
space:
mode:
authorBartłomiej Piotrowski <b@bpiotrowski.pl>2013-10-22 08:14:57 +0200
committerBartłomiej Piotrowski <b@bpiotrowski.pl>2013-10-22 08:14:57 +0200
commita0798e9c653a6d11df0da22536778bf1d39b91cf (patch)
treeee4312d6210805b44676788e3877741c26ff1154 /main/makekit
parent36db8bb6c739509d2718f34b9db4a8eab66ff1e7 (diff)
downloadaports-a0798e9c653a6d11df0da22536778bf1d39b91cf.tar.bz2
aports-a0798e9c653a6d11df0da22536778bf1d39b91cf.tar.xz
main/makekit: correct the path to builddir
Diffstat (limited to 'main/makekit')
-rw-r--r--main/makekit/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/main/makekit/APKBUILD b/main/makekit/APKBUILD
index 6362abf9f..c6156d57e 100644
--- a/main/makekit/APKBUILD
+++ b/main/makekit/APKBUILD
@@ -14,7 +14,7 @@ install=""
subpackages=
source="makekit-$pkgver.tar.gz::https://github.com/bkoropoff/makekit/archive/release-$pkgver.tar.gz"
-_builddir="$srcdir"/makekit-$pkgver/build
+_builddir="$srcdir"/makekit-release-$pkgver/build
prepare() {
local i
cd "$_builddir"/..