diff options
author | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2020-06-20 20:52:02 (EDT) |
---|---|---|
committer | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2020-06-20 20:52:02 (EDT) |
commit | c6276e2bde86a1385c9540cef9e40570dfe9497e (patch) | |
tree | 07de8dccbc1ee98d74e5a14ef7ecdb0004563814 | |
parent | 61c5a3b5a7d54ccef92cf1d021ec19d7a07c0429 (diff) |
SPF 2.0: s/utils/util/
-rw-r--r-- | specs/spf-2.0/fields.mdwn | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/specs/spf-2.0/fields.mdwn b/specs/spf-2.0/fields.mdwn index b9e5fb4..be5ec08 100644 --- a/specs/spf-2.0/fields.mdwn +++ b/specs/spf-2.0/fields.mdwn @@ -83,7 +83,7 @@ The fields in the binary package metadata are: - The string `locale` for packages containing only locale files; - The string `share` for packages containing only architecture-independent data; and - - The string `utils` for packages containing only executable files, such as + - The string `util` for packages containing only executable files, such as utilities and binaries run by other programs. No packages may declare any relationships (via `Depends`, `Recommends`, @@ -94,7 +94,7 @@ The fields in the binary package metadata are: and `libdev`. These restrictions allow feed lists for sections `boot`, `dbg`, `dev`, `doc`, `libdev`, and `locale` to be excluded from systems that don't need the packages they contain. That is, only sections `lib`, - `share`, and `utils` are available on all systems, and additionally sections + `share`, and `util` are available on all systems, and additionally sections `dev` and `libdev` are available when building packages. All packages in section `lib` must allow coinstallation of packages of the |