[X2Go-Commits] [x2goclient] 82/87: 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 Mar 4 22:15:01 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 42c8e55d1e526326366dc63fb7dd14281c9fac19
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 ee299dd..87b2515 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -247,6 +247,8 @@ x2goclient (4.0.3.2-0x2go1) unstable; 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.
-- 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 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/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