This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch feature/cleanup in repository x2goclient. commit 3e0f3479745cb674648975e4a28fce04faeca6db Author: Mihai Moldovan <ionic@ionic.de> Date: Mon Feb 16 23:21:55 2015 +0100 macbuild.sh: Use the correct client build dir: client_build. --- debian/changelog | 1 + macbuild.sh | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 79b2216..567fa1b 100644 --- a/debian/changelog +++ b/debian/changelog @@ -243,6 +243,7 @@ x2goclient (4.0.3.2-0x2go1) unstable; urgency=medium - Fix some QMessageBox usages. There are many more places that need fixing... - Remove config_mac.sh. macbuild.sh handles this now. + - Use the correct client build dir in macbuild.sh: client_build. -- X2Go Release Manager <git-admin@x2go.org> Thu, 19 Feb 2015 12:49:22 +0100 diff --git a/macbuild.sh b/macbuild.sh index 4df34b4..7c01845 100755 --- a/macbuild.sh +++ b/macbuild.sh @@ -3,7 +3,7 @@ NAME="x2goclient" TOP_DIR="$(dirname "$0")" [[ "${TOP_DIR}" == /* ]] || TOP_DIR="${PWD}/${TOP_DIR#./}" -BUILD_DIR="${TOP_DIR}/build_client" +BUILD_DIR="${TOP_DIR}/client_build" APPBUNDLE="${BUILD_DIR}/${NAME}.app" DMGFILE="${BUILD_DIR}/${NAME}.dmg" PROJECT="${TOP_DIR}/${NAME}.pro" -- Alioth's /srv/git/code.x2go.org/x2goclient.git//../..//_hooks_/post-receive-email on /srv/git/code.x2go.org/x2goclient.git