diff options
author | Patrick McDermott <pehjota> | 2020-06-21 10:32:27 (EDT) |
---|---|---|
committer | Patrick McDermott <pehjota> | 2020-06-21 10:32:27 (EDT) |
commit | 8421b6d86b7fa6afd9670049f1a531909905f2cf (patch) | |
tree | d242f9d362597746c95a018889d0c219f6c8df51 | |
parent | 0dc554a6a646eb0489191f673f2cafd641b9de3f (diff) |
dev/multiarch: Fix spelling
-rw-r--r-- | dev/multiarch.mdwn | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev/multiarch.mdwn b/dev/multiarch.mdwn index 639d30d..5315e76 100644 --- a/dev/multiarch.mdwn +++ b/dev/multiarch.mdwn @@ -62,7 +62,7 @@ package manager. opkg-lede also doesn't allow installation of multiple packages with the same name and different architectures. The only way to solve this without modifying -the package manager is to quialify the names of coinstallable packages with +the package manager is to qualify the names of coinstallable packages with their host architectures. This will be done by appending a colon followed by the host architecture to each coinstallable package name, e.g. `libc.6` becomes `libc.6:amd64-linux-glibc`. Package names appear in the file system under |