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

git-admin at x2go.org git-admin at x2go.org
Wed Jan 18 12:25:40 CET 2017


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

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

commit 015b521c04da53dd544cafb374793f00d222ac1d
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 ae1dce7..cc947e9 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -311,6 +311,7 @@ x2goclient (4.0.5.3-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.
 
   [ Bernard Cafarelli ]
   * New upstream version (4.0.5.3):
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