[damned-lies] Updated its files location for appstream
- From: Claude Paroz <claudep src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [damned-lies] Updated its files location for appstream
- Date: Fri, 1 Sep 2017 06:55:34 +0000 (UTC)
commit 3d68186ac3ea8440ba6f0ebcc6fa06af19659d6a
Author: Claude Paroz <claude 2xlibre net>
Date: Fri Sep 1 08:53:11 2017 +0200
Updated its files location for appstream
Fixes bug #787108. Thanks Piotr Drąg for the report.
damnedlies/settings.py | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/damnedlies/settings.py b/damnedlies/settings.py
index f07ef87..825f5aa 100644
--- a/damnedlies/settings.py
+++ b/damnedlies/settings.py
@@ -170,8 +170,8 @@ GETTEXT_ITS_DATA = {
],
'polkit': [os.path.join('data', 'polkit.its'), os.path.join('data', 'polkit.loc')],
'appstream': [
- os.path.join('contrib', 'its', 'metainfo.its'),
- os.path.join('contrib', 'its', 'metainfo.loc'),
+ os.path.join('data', 'its', 'metainfo.its'),
+ os.path.join('data', 'its', 'metainfo.loc'),
],
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]