[X2Go-Commits] [x2goclient] 03/07: macbuild.sh: app bundle and dmg file will be automatically removed when removing the client build directory.

git-admin at x2go.org git-admin at x2go.org
Wed Feb 18 03:40:37 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 7b0e51301de37fe192a269c05c95a0bba77baaef
Author: Mihai Moldovan <ionic at ionic.de>
Date:   Wed Feb 18 03:08:01 2015 +0100

    macbuild.sh: app bundle and dmg file will be automatically removed when removing the client build directory.
    
    Remove redundancy.
---
 debian/changelog |    2 ++
 macbuild.sh      |    2 --
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 03dff24..0ca168a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -223,6 +223,8 @@ x2goclient (4.0.3.2-0x2go1) UNRELEASED; urgency=medium
     - Only use --stdlib compiler flag on 10.7+. Unsupported on 10.6 and below.
     - Use sh default assignment instead of default value in macbuild.sh.
       Removes the need to redundantly specify the variable name.
+    - App bundle and dmg file will be automatically removed when removing the
+      client build directory. Remove redundancy from macbuild.sh.
 
  -- 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 aedcabe..27e4988 100755
--- a/macbuild.sh
+++ b/macbuild.sh
@@ -49,8 +49,6 @@ function phase() {
 
 phase "Cleaning"
 make clean
-rm -rf "${APPBUNDLE}"
-rm -rf "${DMGFILE}"
 
 [ -e "${BUILD_DIR}" ] && rm -rf "${BUILD_DIR}"
 

--
Alioth's /srv/git/_hooks_/post-receive-email on /srv/git/code.x2go.org/x2goclient.git


More information about the x2go-commits mailing list