[X2Go-Commits] [x2goclient] 51/219: macbuild.sh: add the correct file path to the library bundling array.

git-admin at x2go.org git-admin at x2go.org
Thu Sep 22 04:36:14 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 d617bc7b6a289687ddefed31aaadc78c2e02688f
Author: Mihai Moldovan <ionic at 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 8ed9625..f7ad13a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -96,6 +96,7 @@ x2goclient (4.0.5.3-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.
 
  -- X2Go Release Manager <git-admin at x2go.org>  Mon, 19 Sep 2016 09:07:07 +0200
 
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


More information about the x2go-commits mailing list