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:
André Apitzsch 2018-05-22 23:12:29 +02:00
parent 3c474f9405
commit cfd64926b9

View file

@ -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",