diff options
author | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2019-06-18 00:14:17 (EDT) |
---|---|---|
committer | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2019-06-18 00:14:17 (EDT) |
commit | 60f1259a1afa19a058514b2b3cc410edbb9757b7 (patch) | |
tree | 93ee8b93daecd00aa93cab0efd8b62ed9ddf171d | |
parent | c132f84fd9c5794fd408f045bbfd896e414117e4 (diff) |
SPF 2.0: Allow shell pattern as pkg version in platconf dir
-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 5323d4c..585ea0a 100644 --- a/specs/spf-2.0/metadata.mdwn +++ b/specs/spf-2.0/metadata.mdwn @@ -87,8 +87,8 @@ Each configuration file must be described with an entry of the following format: 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. +configurable source package, and `VERSION` is a shell command language pattern +matching the upstream version of the configurable source package. `destination` is the path (file or directory) to which the file should be copied. For a file used at build time, it is a path relative to the package |