aboutsummaryrefslogtreecommitdiffstats
path: root/community/knot-resolver
diff options
context:
space:
mode:
authorRasmus Thomsen <oss@cogitri.dev>2020-01-30 07:37:43 +0100
committerRasmus Thomsen <oss@cogitri.dev>2020-01-30 09:10:11 +0100
commit6489d102831733849d19ea7a8d50bdfac03e4bd1 (patch)
tree3417b16e6ba47f253d6e93f26fea20d8e0496431 /community/knot-resolver
parentee15265d8a86fa8da5120536be6c75389364d889 (diff)
downloadaports-6489d102831733849d19ea7a8d50bdfac03e4bd1.tar.bz2
aports-6489d102831733849d19ea7a8d50bdfac03e4bd1.tar.xz
tree-wide: pass arguments before subcommand to samurai
Samurai follows the POSIX Utility Syntax Guidelines and as such doesn't recognise arguments after the subcommand
Diffstat (limited to 'community/knot-resolver')
-rw-r--r--community/knot-resolver/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/community/knot-resolver/APKBUILD b/community/knot-resolver/APKBUILD
index 0d44e5109d..091ec4430b 100644
--- a/community/knot-resolver/APKBUILD
+++ b/community/knot-resolver/APKBUILD
@@ -69,7 +69,7 @@ check() {
}
package() {
- DESTDIR="$pkgdir" ninja install -C build
+ DESTDIR="$pkgdir" ninja -C build install
cd "$pkgdir"