diff options
author | Eivind Uggedal <eivind@uggedal.com> | 2014-05-31 12:41:09 +0000 |
---|---|---|
committer | Eivind Uggedal <eivind@uggedal.com> | 2014-05-31 12:41:09 +0000 |
commit | 8eebd03da3f2544353a29f23d659d979215cab1b (patch) | |
tree | c2bb0e6edfaf5fed6519df16488d599725ef0b17 /testing/pure-ftpd | |
parent | 557f16d87e871ab9e235e7c3cc6679c5144e08eb (diff) | |
download | aports-8eebd03da3f2544353a29f23d659d979215cab1b.tar.bz2 aports-8eebd03da3f2544353a29f23d659d979215cab1b.tar.xz |
testing/pure-ftpd: fix $_builddir
Diffstat (limited to 'testing/pure-ftpd')
-rw-r--r-- | testing/pure-ftpd/APKBUILD | 2 |
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" |