[elbe-devel] [PATCH] dbsfed.xsd: fix typo install-recommend -> install-recommends
Torben Hohn
torben.hohn at linutronix.de
Thu May 16 10:16:54 CEST 2019
all code and examples used install-recommends, which is what was
actually intended.
Fix the schema.
Signed-off-by: Torben Hohn <torben.hohn at linutronix.de>
---
schema/dbsfed.xsd | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/schema/dbsfed.xsd b/schema/dbsfed.xsd
index eb42271ae..f8708ada0 100644
--- a/schema/dbsfed.xsd
+++ b/schema/dbsfed.xsd
@@ -827,7 +827,7 @@
</documentation>
</annotation>
</element>
- <element name="install-recommend" type="rfs:string" minOccurs="0">
+ <element name="install-recommends" type="rfs:string" minOccurs="0">
<annotation>
<documentation>
Activate the installation of recommended Packages.
--
2.11.0
More information about the elbe-devel
mailing list