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",
|
"/include",
|
||||||
"/lib/pkgconfig",
|
"/lib/pkgconfig",
|
||||||
"*.la",
|
"*.la",
|
||||||
"/share"
|
"/share/gir-1.0",
|
||||||
|
"/share/gtk-doc",
|
||||||
|
"/share/vala"
|
||||||
],
|
],
|
||||||
"sources" : [
|
"sources" : [
|
||||||
{
|
{
|
||||||
|
|
|
@ -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",
|
||||||
|
|
Loading…
Reference in a new issue