This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch feature/cleanup in repository x2goclient. commit 9e007905bf971a38895d73d3aae0e19efde5f925 Author: Mihai Moldovan <ionic@ionic.de> Date: Sat Feb 14 06:22:50 2015 +0100 macbuild.sh: BUILD_DIR already includes TOP_DIR, don't specify it two times. --- macbuild.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/macbuild.sh b/macbuild.sh index f8e369b..ac3cb4e 100755 --- a/macbuild.sh +++ b/macbuild.sh @@ -2,8 +2,8 @@ NAME="x2goclient" TOP_DIR="${PWD}" BUILD_DIR="${TOP_DIR}/build_client" -APPBUNDLE="${TOP_DIR}/${BUILD_DIR}/${NAME}.app" -DMGFILE="${TOP_DIR}/${BUILD_DIR}/${NAME}.dmg" +APPBUNDLE="${BUILD_DIR}/${NAME}.app" +DMGFILE="${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