Work around flatpak cleanup issue
cleaning /share/locale/ from one component can affect later components, i.e. locales are also removed there
This commit is contained in:
parent
3c474f9405
commit
cfd64926b9
1 changed files with 2 additions and 1 deletions
|
@ -253,7 +253,8 @@
|
||||||
"cleanup": [
|
"cleanup": [
|
||||||
"/bin",
|
"/bin",
|
||||||
"/lib/avahi",
|
"/lib/avahi",
|
||||||
"/share"
|
"/share/avahi",
|
||||||
|
"avahi.mo"
|
||||||
],
|
],
|
||||||
"config-opts": [
|
"config-opts": [
|
||||||
"--with-distro=none",
|
"--with-distro=none",
|
||||||
|
|
Loading…
Add table
Reference in a new issue