commit 68ee87d4f0850167764bf42543d73b07edd95689
Author: Leigh Scott <leigh123linux(a)gmail.com>
Date: Thu Sep 17 22:07:29 2020 +0100
allow missing-parents
update-appdata-rpmfusion-free.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/update-appdata-rpmfusion-free.sh b/update-appdata-rpmfusion-free.sh
index 557447a..cd1bb5a 100755
--- a/update-appdata-rpmfusion-free.sh
+++ b/update-appdata-rpmfusion-free.sh
@@ -33,7 +33,7 @@ main ()
appstream-builder --verbose --include-failed --max-threads=6 --log-dir=./logs/ \
--packages-dir=./Packages/ --temp-dir=./tmp/ --output-dir=./appstream-data/ \
--basename="rpmfusion-free-$RELEASE"
--origin="rpmfusion-free-$RELEASE" \
- --enable-hidpi
+ --enable-hidpi --veto-ignore=missing-parents
echo "Generated files are present in the appstream-data directory"
}