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:
parent
be6501f923
commit
dbd6e95551
2 changed files with 7 additions and 3 deletions
|
@ -70,7 +70,9 @@
|
|||
"/include",
|
||||
"/lib/pkgconfig",
|
||||
"*.la",
|
||||
"/share"
|
||||
"/share/gir-1.0",
|
||||
"/share/gtk-doc",
|
||||
"/share/vala"
|
||||
],
|
||||
"sources" : [
|
||||
{
|
||||
|
|
|
@ -76,8 +76,10 @@
|
|||
"/include",
|
||||
"/lib/pkgconfig",
|
||||
"*.la",
|
||||
"/share"
|
||||
],
|
||||
"/share/gir-1.0",
|
||||
"/share/gtk-doc",
|
||||
"/share/vala"
|
||||
],
|
||||
"sources" : [
|
||||
{
|
||||
"type" : "archive",
|
||||
|
|
Loading…
Reference in a new issue