[X2Go-Commits] [x2goclient] 03/06: macbuild.sh: BUILD_DIR already includes TOP_DIR, don't specify it two times.

git-admin at x2go.org git-admin at x2go.org
Sat Feb 14 22:21:12 CET 2015


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 at 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


More information about the x2go-commits mailing list