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:
parent
35f57c7682
commit
5f0f9b57b2
2 changed files with 1 additions and 3 deletions
|
|
@ -92,8 +92,7 @@
|
|||
}
|
||||
],
|
||||
"cleanup": [
|
||||
"/bin",
|
||||
"/share"
|
||||
"/bin"
|
||||
]
|
||||
},
|
||||
{
|
||||
|
|
|
|||
|
|
@ -122,7 +122,6 @@ modules:
|
|||
branch: master
|
||||
cleanup:
|
||||
- /bin
|
||||
- /share
|
||||
|
||||
# EDS dependency
|
||||
- name: libical
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue