diff options
| author | Rasmus Thomsen <oss@cogitri.dev> | 2020-01-30 07:37:43 +0100 |
|---|---|---|
| committer | Rasmus Thomsen <oss@cogitri.dev> | 2020-01-30 09:10:11 +0100 |
| commit | 6489d102831733849d19ea7a8d50bdfac03e4bd1 (patch) | |
| tree | 3417b16e6ba47f253d6e93f26fea20d8e0496431 /testing/phoc | |
| parent | ee15265d8a86fa8da5120536be6c75389364d889 (diff) | |
| download | aports-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 'testing/phoc')
| -rw-r--r-- | testing/phoc/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/phoc/APKBUILD b/testing/phoc/APKBUILD index a76305f5fc..bec24d7c0f 100644 --- a/testing/phoc/APKBUILD +++ b/testing/phoc/APKBUILD @@ -23,10 +23,10 @@ build() { } check() { - ninja test -C output + ninja -C output test } package() { - DESTDIR="$pkgdir/" ninja install -C output + DESTDIR="$pkgdir/" ninja -C output install } sha512sums="fdd940d30ea818698689669f3dc1fc0103e8e1bb6d9740d777aa16119f0693357e100730df736aebabdd1c674b98fd41ebe61ccd8f339113c3f879d4868be05a phoc-0.1.5.tar.gz" |
