[X2Go-Commits] [x2goclient] 49/87: macbuild.sh: also also specify the top dir when defining the path to the generated appbundle and dmg file.

git-admin at x2go.org git-admin at x2go.org
Wed Mar 4 22:14:43 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 128978e9ca8b4efc7e52e3dde0213451e8017ba5
Author: Mihai Moldovan <ionic at 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 6e1e292..ddd9e7e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -210,6 +210,8 @@ x2goclient (4.0.3.2-0x2go1) unstable; 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.
 
  -- X2Go Release Manager <git-admin at x2go.org>  Thu, 19 Feb 2015 12:49:22 +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/code.x2go.org/x2goclient.git//../..//_hooks_/post-receive-email on /srv/git/code.x2go.org/x2goclient.git


More information about the x2go-commits mailing list