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": [
|
"cleanup": [
|
||||||
"/bin",
|
"/bin"
|
||||||
"/share"
|
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|
|
||||||
|
|
@ -122,7 +122,6 @@ modules:
|
||||||
branch: master
|
branch: master
|
||||||
cleanup:
|
cleanup:
|
||||||
- /bin
|
- /bin
|
||||||
- /share
|
|
||||||
|
|
||||||
# EDS dependency
|
# EDS dependency
|
||||||
- name: libical
|
- name: libical
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue