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

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

commit d60f60b07aecdbc530d3057394e1d95cc366f5bf
Author: Mihai Moldovan <io...@ionic.de>
Date:   Thu Jul 30 04:43:25 2015 +0200

    macbuild.sh: add the correct file path to the library bundling array.
---
 debian/changelog |    1 +
 macbuild.sh      |    3 ++-
 2 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 7ab6346..83e9aed 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -125,6 +125,7 @@ x2goclient (4.0.5.2-0x2go1) UNRELEASED; urgency=medium
       directories.
     - macbuild.sh: check current file name against regex, not a (now) full
       path.
+    - macbuild.sh: add the correct file path to the library bundling array.
   * debian/control:
     - Maintainer change in package: X2Go Developers <x2go-...@lists.x2go.org>.
     - Uploaders: add myself. Also, force a rebuild due to the changed
diff --git a/macbuild.sh b/macbuild.sh
index d0d5f8a..b15d62a 100755
--- a/macbuild.sh
+++ b/macbuild.sh
@@ -222,7 +222,8 @@ for cur_lib_or_libdir in ${PULSEAUDIO_LIBRARIES[@]}; do
 
                        if [[ "${cur_file}" =~ ${TMP_REGEX} ]] || [[ 
"${cur_file}" =~ ${TMP_REGEX_LINUX_COMPAT} ]]; then
                                # Filename matched the expected template.
-                               PULSEAUDIO_LIBRARIES_FULL+=( 
"$(lazy_canonical_path "${cur_lib_or_libdir}/${entry}")" )
+                               echo "Adding $(lazy_canonical_path "${entry}") 
to \${PULSEAUDIO_LIBRARIES_FULL}"
+                               PULSEAUDIO_LIBRARIES_FULL+=( 
"$(lazy_canonical_path "${entry}")" )
                        fi
                done < <(find "${cur_lib_or_libdir}" -type 'f' -print0)
        else

--
Alioth's /srv/git/code.x2go.org/x2goclient.git//..//_hooks_/post-receive-email 
on /srv/git/code.x2go.org/x2goclient.git
_______________________________________________
x2go-commits mailing list
x2go-commits@lists.x2go.org
http://lists.x2go.org/listinfo/x2go-commits

Reply via email to