[X2Go-Commits] [x2goclient] 170/217: macbuild.sh: also add PA binaries to deduplication fixup list.

git-admin at x2go.org git-admin at x2go.org
Sat Aug 27 19:26:20 CEST 2016


This is an automated email from the git hooks/post-receive script.

x2go pushed a commit to branch bugfix/osx
in repository x2goclient.

commit 80319a86ed2658b2dab788c20d8629937251a4bb
Author: Mihai Moldovan <ionic at ionic.de>
Date:   Thu May 12 23:18:23 2016 +0200

    macbuild.sh: also add PA binaries to deduplication fixup list.
---
 debian/changelog |    1 +
 macbuild.sh      |    7 +++++++
 2 files changed, 8 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 2ed5430..2079ee6 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -314,6 +314,7 @@ x2goclient (4.0.5.2-0x2go1) UNRELEASED; urgency=medium
       for startup.wav.
     - res: rename "sound" to "audio".
     - macbuild.sh: fix copying of resource files.
+    - macbuild.sh: also add PA binaries to deduplication fixup list.
   * debian/control:
     - Maintainer change in package: X2Go Developers <x2go-dev at lists.x2go.org>.
     - Uploaders: add myself. Also, force a rebuild due to the changed
diff --git a/macbuild.sh b/macbuild.sh
index 6e36348..f580d44 100755
--- a/macbuild.sh
+++ b/macbuild.sh
@@ -505,6 +505,13 @@ if [ "${BUNDLE}" = "1" ]; then
     done
   done
 
+  # Add binaries to all_files as well.
+  typeset entry=""
+  while read -r -d '' entry; do
+    echo "Adding ${entry} to all files"
+    all_files+=( "${entry}" )
+  done < <(find "${EXE_DIR}" -type 'f' -executable -print0)
+
   # Try to fixup files broken by duplicates removal.
   for all_entry in "${all_files[@]}"; do
     typeset otool_out="$(otool -L "${all_entry}")"

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