diff options
author | tcely <tcely@users.noreply.github.com> | 2019-06-06 02:32:36 -0400 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2019-06-07 07:55:38 -0300 |
commit | 1ff631da622731be3aaf36b3b030dca576f2227e (patch) | |
tree | f5268e7227d071525afd7906050ff225480f9e20 /community/knot | |
parent | b8d0bd905b055a491481c8747d7242e635dfe6d9 (diff) | |
download | aports-1ff631da622731be3aaf36b3b030dca576f2227e.tar.bz2 aports-1ff631da622731be3aaf36b3b030dca576f2227e.tar.xz |
community/knot: remove unneeded builddir lines
Diffstat (limited to 'community/knot')
-rw-r--r-- | community/knot/APKBUILD | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/community/knot/APKBUILD b/community/knot/APKBUILD index 4680580384..d2dd7ce405 100644 --- a/community/knot/APKBUILD +++ b/community/knot/APKBUILD @@ -29,7 +29,6 @@ source="https://secure.nic.cz/files/knot-dns/$pkgname-$pkgver.tar.xz knotd.confd knotd.initd " -builddir="$srcdir/$pkgname-$pkgver" prepare() { default_prepare @@ -40,7 +39,6 @@ prepare() { } build() { - cd "$builddir" ./configure \ --build=$CBUILD \ --host=$CHOST \ @@ -54,13 +52,10 @@ build() { } check() { - cd "$builddir" make check } package() { - cd "$builddir" - make DESTDIR="$pkgdir" install rm -Rf "$pkgdir"/run |