This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch feature/cleanup in repository x2goclient. commit 0f49b80cb8d5c0a9092b3aec70ae5725cfed3df2 Author: Mihai Moldovan <ionic@ionic.de> Date: Sat Feb 14 05:54:27 2015 +0100 macbuild.sh: also also specify the top dir when defining the path to the generated appbundle and dmg file. --- debian/changelog | 2 ++ macbuild.sh | 4 ++-- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index 11e2cba..2449d48 100644 --- a/debian/changelog +++ b/debian/changelog @@ -184,6 +184,8 @@ x2goclient (4.0.3.2-0x2go1) UNRELEASED; urgency=medium - Directly reference project file for qmake in macbuild.sh. - Use out-of-source build and do not overwrite the default shipped Makefile in macbuild.sh. + - Also also specify the top dir when defining the path to the generated + appbundle and dmg file in macbuild.sh. -- Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Thu, 27 Nov 2014 12:01:43 +0100 diff --git a/macbuild.sh b/macbuild.sh index ac3cb4e..f8e369b 100755 --- a/macbuild.sh +++ b/macbuild.sh @@ -2,8 +2,8 @@ NAME="x2goclient" TOP_DIR="${PWD}" BUILD_DIR="${TOP_DIR}/build_client" -APPBUNDLE="${BUILD_DIR}/${NAME}.app" -DMGFILE="${BUILD_DIR}/${NAME}.dmg" +APPBUNDLE="${TOP_DIR}/${BUILD_DIR}/${NAME}.app" +DMGFILE="${TOP_DIR}/${BUILD_DIR}/${NAME}.dmg" PROJECT="${TOP_DIR}/${NAME}.pro" PKG_DMG="${TOP_DIR}/pkg-dmg" -- Alioth's /srv/git/_hooks_/post-receive-email on /srv/git/code.x2go.org/x2goclient.git