This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository x2goclient. commit 1f8495cfb250e20a67f4b7020e8cd02d0a806a47 Author: Mihai Moldovan <ionic@ionic.de> Date: Tue Mar 7 23:22:44 2017 +0100 macbuild.sh: fix long-standing issue that made the DMG bundle contain a symlink made up of only a space to /Applications. --- debian/changelog | 2 ++ macbuild.sh | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index dc1fbbf..b6f7b1c 100644 --- a/debian/changelog +++ b/debian/changelog @@ -136,6 +136,8 @@ x2goclient (4.1.0.1-0x2go1) UNRELEASED; urgency=medium systems and add a TOCTU-race check to see if the file exists prior to calling privatekey_from_file () on such systems. Additionally fix a type issue. + - macbuild.sh: fix long-standing issue that made the DMG bundle contain a + symlink made up of only a space to /Applications. [ Oleksandr Shneyder ] * New upstream version (4.1.0.1): diff --git a/macbuild.sh b/macbuild.sh index 3a4966a..4c62a10 100755 --- a/macbuild.sh +++ b/macbuild.sh @@ -590,7 +590,7 @@ if [ "${BUNDLE}" = "1" ]; then --copy "${TOP_DIR}/res/osxbundle/macdmg.DS_Store:/.DS_Store" \ --copy "${TOP_DIR}/LICENSE" \ --copy "${TOP_DIR}/COPYING" \ - --symlink "/Applications: " \ + --symlink "/Applications" \ --icon "${TOP_DIR}/res/img/icons/x2go-mac.icns" \ --format "UDBZ" fi -- Alioth's /srv/git/code.x2go.org/x2goclient.git//..//_hooks_/post-receive-email on /srv/git/code.x2go.org/x2goclient.git