aboutsummaryrefslogtreecommitdiffstats
path: root/testing/pure-ftpd
diff options
context:
space:
mode:
authorEivind Uggedal <eivind@uggedal.com>2014-05-31 12:41:09 +0000
committerEivind Uggedal <eivind@uggedal.com>2014-05-31 12:41:09 +0000
commit8eebd03da3f2544353a29f23d659d979215cab1b (patch)
treec2bb0e6edfaf5fed6519df16488d599725ef0b17 /testing/pure-ftpd
parent557f16d87e871ab9e235e7c3cc6679c5144e08eb (diff)
downloadaports-8eebd03da3f2544353a29f23d659d979215cab1b.tar.bz2
aports-8eebd03da3f2544353a29f23d659d979215cab1b.tar.xz
testing/pure-ftpd: fix $_builddir
Diffstat (limited to 'testing/pure-ftpd')
-rw-r--r--testing/pure-ftpd/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/pure-ftpd/APKBUILD b/testing/pure-ftpd/APKBUILD
index b9c7fe706c..8ea894f324 100644
--- a/testing/pure-ftpd/APKBUILD
+++ b/testing/pure-ftpd/APKBUILD
@@ -16,7 +16,7 @@ source="http://download.pureftpd.org/pub/pure-ftpd/releases/$pkgname-$pkgver.tar
pure-ftpd.initd
pure-ftpd.confd"
-_builddir="src/$pkgname-$pkgver"
+_builddir="$srcdir/$pkgname-$pkgver"
prepare() {
local i
cd "$_builddir"