diff options
author | P. J. McDermott <pjm@nac.net> | 2013-05-26 10:46:43 (EDT) |
---|---|---|
committer | P. J. McDermott <pjm@nac.net> | 2013-05-26 10:46:43 (EDT) |
commit | 30b4b72ec5d2c3be0394b4f1c2eb8840fabfbe1a (patch) | |
tree | e1652dd15fcbac3476e82b897d404a734a753f6d | |
parent | ed776291658d5dc95484e69b7bc42cd277ecc65e (diff) |
SPF 2.0: Update platconf directory path.
With SPF 2.0 we're standardizing on the string "platconf" (rather than the old
"config") to refer to platform configurations.
opkbuild 3.0 already uses the new string.
-rw-r--r-- | specs/spf-2.0/metadata.mdwn | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/specs/spf-2.0/metadata.mdwn b/specs/spf-2.0/metadata.mdwn index 15692cc..6ca9049 100644 --- a/specs/spf-2.0/metadata.mdwn +++ b/specs/spf-2.0/metadata.mdwn @@ -81,8 +81,8 @@ Each configuration file must be described with an entry of the following format: source destination `source` is the path to the file, relative to the platform configuration -directory -- either `/usr/share/config/PLATFORM/PACKAGE_VERSION` or -`/usr/share/config/PLATFORM/PACKAGE`, where `PLATFORM` is the architecture +directory -- either `/usr/share/platconf/PLATFORM/PACKAGE_VERSION` or +`/usr/share/platconf/PLATFORM/PACKAGE`, where `PLATFORM` is the architecture string denoting an application platform, `PACKAGE` is the name of the configurable source package, and `VERSION` is the upstream version of the configurable source package. |