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
|
@ -253,7 +253,8 @@
|
|||
"cleanup": [
|
||||
"/bin",
|
||||
"/lib/avahi",
|
||||
"/share"
|
||||
"/share/avahi",
|
||||
"avahi.mo"
|
||||
],
|
||||
"config-opts": [
|
||||
"--with-distro=none",
|
||||
|
|
Loading…
Reference in New Issue