diff options
author | Roberto Oliveira <robertoguimaraes8@gmail.com> | 2017-12-11 01:26:18 +0000 |
---|---|---|
committer | Roberto Oliveira <robertoguimaraes8@gmail.com> | 2017-12-11 01:26:20 +0000 |
commit | f6eca43648bcd5f2f5b0cfdaf1195b38e35a52dc (patch) | |
tree | d840221dc825d7949d5ec046accfd85b41afb5ef | |
parent | 9ee7897d9c196cce7b27fcd466dc9a0470904b5a (diff) | |
download | aports-f6eca43648bcd5f2f5b0cfdaf1195b38e35a52dc.tar.bz2 aports-f6eca43648bcd5f2f5b0cfdaf1195b38e35a52dc.tar.xz |
community/pv: modernize and add check
This was added in my last commit, but I forgot to add the commit message.
My mistake.
-rw-r--r-- | community/pv/APKBUILD | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/community/pv/APKBUILD b/community/pv/APKBUILD index a4705d9923..bbd4564edd 100644 --- a/community/pv/APKBUILD +++ b/community/pv/APKBUILD @@ -10,6 +10,7 @@ arch="all" license="Artistic-2.0" subpackages="$pkgname-doc" source="http://www.ivarch.com/programs/sources/pv-$pkgver.tar.bz2" + builddir="$srcdir/$pkgname-$pkgver" build() { |