summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPatrick McDermott <pehjota>2020-06-21 10:45:14 (EDT)
committer Patrick McDermott <pehjota>2020-06-21 10:45:14 (EDT)
commit7ab4fb5a9618cd67931c71b71a24fdfcc52aa37e (patch)
tree3173e843de3dfb21b3a17a30ce7beac1586bc9ac
parent93c717a86aecb0f951e58bfbef5fa994701e73d6 (diff)
dev/multiarch: Fix arch-qualification syntax
-rw-r--r--dev/multiarch.mdwn2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev/multiarch.mdwn b/dev/multiarch.mdwn
index 0a94460..c9aa90b 100644
--- a/dev/multiarch.mdwn
+++ b/dev/multiarch.mdwn
@@ -112,7 +112,7 @@ install foo-dbg` for the native architecture. Similarly, `Section: libdev`
packages as build dependencies could be automatically installed for the host
architecture by prokit supplying an appropriate `-a` option, allowing
maintainers to continue listing unqualified package names in `Build-Depends`
-instead of having to add `-${Host-Arch}` to every `Section: libdev` package in
+instead of having to add `:${Host-Arch}` to every `Section: libdev` package in
`Build-Depends`. Therefore, only `Section: lib` packages need to have
architecture-qualified names (due to the coinstallability issue described
above), and neither users nor maintainers are expected to manually install or