[X2Go-Commits] [x2goclient] 01/02: macbuild.sh: Use the correct client build dir: client_build.
git-admin at x2go.org
git-admin at x2go.org
Mon Feb 16 23:23:38 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 b5ce5b6dcaef7b6f76328fd6d5c90d1903e5d93b
Author: Mihai Moldovan <ionic at 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 61260a4..2acb9ad 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -217,6 +217,7 @@ x2goclient (4.0.3.2-0x2go1) UNRELEASED; 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.
-- Mike Gabriel <mike.gabriel at das-netzwerkteam.de> Thu, 27 Nov 2014 12:01:43 +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/_hooks_/post-receive-email on /srv/git/code.x2go.org/x2goclient.git
More information about the x2go-commits
mailing list