flatpak: Do not cleanup /share

The cleanup of /share breaks translations in flatpak so we should avoid
to cleanup /share completely on any module.
This commit is contained in:
Daniel García Moreno 2020-08-07 14:02:09 +02:00
parent be6501f923
commit dbd6e95551
2 changed files with 7 additions and 3 deletions

View file

@ -70,7 +70,9 @@
"/include", "/include",
"/lib/pkgconfig", "/lib/pkgconfig",
"*.la", "*.la",
"/share" "/share/gir-1.0",
"/share/gtk-doc",
"/share/vala"
], ],
"sources" : [ "sources" : [
{ {

View file

@ -76,8 +76,10 @@
"/include", "/include",
"/lib/pkgconfig", "/lib/pkgconfig",
"*.la", "*.la",
"/share" "/share/gir-1.0",
], "/share/gtk-doc",
"/share/vala"
],
"sources" : [ "sources" : [
{ {
"type" : "archive", "type" : "archive",