commit be44493ccc507bc5d7ec5939ec6dda65da589884 parent 3780b71d1c29e4b391904c4c4cd9f47cea218ad1 Author: Marcel <MTRNord@users.noreply.github.com> Date: Sun, 11 Mar 2018 01:57:12 +0100 Try if changing the arguments up helps Diffstat:
| M | snap/snapcraft.yaml | | | 3 | ++- |
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml @@ -43,7 +43,8 @@ parts: if [ "$(arch)" = "x86_64" ]; then chmod +x /root/qt-unified-linux-x64-online.run; else chmod +x /root/qt-unified-linux-x86-online.run; fi echo ${GOPATH}/src/github.com/therecipe/qt/internal/ci/iscript.qs cat ${GOPATH}/src/github.com/therecipe/qt/internal/ci/iscript.qs - if [ "$(arch)" = "x86_64" ]; then xvfb-run "sh /root/qt-unified-linux-x64-online.run --script \"${GOPATH}src/github.com/therecipe/qt/internal/ci/iscript.qs\"" LINUX=true; else xvfb-run "sh /root/qt-unified-linux-x86-online.run --script \"${GOPATH}src/github.com/therecipe/qt/internal/ci/iscript.qs\"" LINUX=true; fi + xvfb-run --help + if [ "$(arch)" = "x86_64" ]; then xvfb-run sh "/root/qt-unified-linux-x64-online.run --script \"${GOPATH}src/github.com/therecipe/qt/internal/ci/iscript.qs\"" LINUX=true; else xvfb-run sh "/root/qt-unified-linux-x86-online.run --script \"${GOPATH}src/github.com/therecipe/qt/internal/ci/iscript.qs\"" LINUX=true; fi if [ "$(arch)" = "x86_64" ]; then rm -f /root/qt-unified-linux-x64-online.run; else rm -f /root/qt-unified-linux-x86-online.run; fi export PKG_CONFIG_PATH=/opt/qt58/lib/pkgconfig export QT_DOC_DIR=/opt/qt58/doc