From df51b102566d8a9a916451fa77a5b1b8af14af14 Mon Sep 17 00:00:00 2001 From: Mbooth Date: Sep 15 2017 18:54:17 +0000 Subject: /* app-data-validate usage */ Removed extraneous slash --- diff --git a/guidelines/Packaging:AppData.mw b/guidelines/Packaging:AppData.mw index 5aef170..cf4cc42 100644 --- a/guidelines/Packaging:AppData.mw +++ b/guidelines/Packaging:AppData.mw @@ -76,7 +76,7 @@ You can use anything as the but it needs to be unique and sens Although you can just include the .appdata.xml or .metainfo.xml files in the package, you MUST run appstream-util validate-relax (in %check or %install) and have BuildRequires: libappstream-glib, to help ensure the validity and safety of the appdata files you're installing. An example:
-appstream-util validate-relax --nonet %{buildroot}/%{_datadir}/metainfo/*.appdata.xml
+appstream-util validate-relax --nonet %{buildroot}%{_datadir}/metainfo/*.appdata.xml
 
[[Category:Packaging guidelines]]