diff options
-rw-r--r-- | solenv/flatpak-manifest.in | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/solenv/flatpak-manifest.in b/solenv/flatpak-manifest.in index ce13394714a1..5a2813d48569 100644 --- a/solenv/flatpak-manifest.in +++ b/solenv/flatpak-manifest.in @@ -9,7 +9,12 @@ { "name": "libreoffice", "sources": [ - @SOURCE@, + { + "type": "git", + "url": "git://gerrit.libreoffice.org/core", + "branch": "@BRANCH@", + "disable-fsckobjects": true + }, { "commands": [ "mkdir external/tarballs" |