flatpak: Don't drop the libhandy VAPI

This avoids prematurely cleaning /share for libhandy, which would drop
its VAPI and hence make Geary not build.
This commit is contained in:
Adrien Plazas 2021-04-14 12:53:37 +02:00
parent 35f57c7682
commit 5f0f9b57b2
2 changed files with 1 additions and 3 deletions

View file

@ -92,8 +92,7 @@
} }
], ],
"cleanup": [ "cleanup": [
"/bin", "/bin"
"/share"
] ]
}, },
{ {

View file

@ -122,7 +122,6 @@ modules:
branch: master branch: master
cleanup: cleanup:
- /bin - /bin
- /share
# EDS dependency # EDS dependency
- name: libical - name: libical