From 30b4b72ec5d2c3be0394b4f1c2eb8840fabfbe1a Mon Sep 17 00:00:00 2001
From: P. J. McDermott <pjm@nac.net>
Date: Sun, 26 May 2013 10:46:43 -0400
Subject: 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.
---
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.
--
cgit v0.9.1