[Libreoffice-commits] dev-tools.git: flatpak/build.sh
Stephan Bergmann
sbergman at redhat.com
Thu Jul 14 06:56:36 UTC 2016
flatpak/build.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit bb5ef7f62939e68969a3bc36215f6faa1013ade2
Author: Stephan Bergmann <sbergman at redhat.com>
Date: Thu Jul 14 08:56:12 2016 +0200
Set off gdbus call args with --
diff --git a/flatpak/build.sh b/flatpak/build.sh
index 1d4216a..8b381c2 100755
--- a/flatpak/build.sh
+++ b/flatpak/build.sh
@@ -110,7 +110,7 @@ mkdir "${my_dir?}"/app/files/bin
cat <<\EOF > "${my_dir?}"/app/files/bin/xdg-open
gdbus call --session --dest org.freedesktop.portal.Desktop \
--object-path /org/freedesktop/portal/desktop \
- --method org.freedesktop.portal.OpenURI.OpenURI '' "$1" {}
+ --method org.freedesktop.portal.OpenURI.OpenURI -- '' "$1" {}
EOF
chmod +x "${my_dir?}"/app/files/bin/xdg-open
mkdir "${my_dir?}"/app/files/share
More information about the Libreoffice-commits
mailing list