Skip to content

Commit 0b374f8

Browse files
committed
Clean krb5 module
* put all binaries into bin instead of splitting them into bin and sbin which doesn't have any purpose in flatpak * cleanup development files after build is done
1 parent 88247b1 commit 0b374f8

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

org.libreoffice.LibreOffice.json

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,13 @@
3737
"subdir": "src",
3838
"config-opts": [
3939
"--disable-static",
40-
"--disable-rpath"
40+
"--disable-rpath",
41+
"--sbindir=/app/bin"
42+
],
43+
"cleanup": [
44+
"/include",
45+
"/lib/pkgconfig",
46+
"/var"
4147
],
4248
"sources": [
4349
{

0 commit comments

Comments
 (0)