[X2Go-Commits] [x2goclient] 73/95: deduplicate.sh: actually include file name in install_name_tool pseudo output.

git-admin at x2go.org git-admin at x2go.org
Thu Oct 29 03:33:59 CET 2015


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

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

commit 8856626d1ad1f52092da53e7eb4a4fd2535597c3
Author: Mihai Moldovan <ionic at ionic.de>
Date:   Thu Aug 27 05:18:15 2015 +0200

    deduplicate.sh: actually include file name in install_name_tool pseudo output.
---
 debian/changelog |    2 ++
 deduplicate.sh   |    2 +-
 2 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 7793b13..1a02b89 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -131,6 +131,8 @@ x2goclient (4.0.5.1-0x2go1) UNRELEASED; urgency=low
     - deduplicate.sh: unstub fixup section.
     - deduplicate.sh: parse_otool_output: jump over first matching entry,
       which is - hopefully - the id line.
+    - deduplicate.sh: actually include file name in install_name_tool pseudo
+      output.
 
   [ Oleksandr Shneyder ]
   * New upstream release (4.0.5.1):
diff --git a/deduplicate.sh b/deduplicate.sh
index c24705d..f020b9c 100755
--- a/deduplicate.sh
+++ b/deduplicate.sh
@@ -170,7 +170,7 @@ for all_entry in "${all_files[@]}"; do
 
 				if [ -n "${dependencies_filename}" ] && [ -n "${duplicate_filename}" ]; then
 					if [ "${dependencies_filename}" = "${duplicate_filename}" ]; then
-						echo "install_name_tool -change \"${line}\" \"${to_files[${i}]}\""
+						echo "install_name_tool -change \"${line}\" \"${to_files[${i}]}\" \"${all_entry}\""
 					fi
 				else
 					echo "ERROR: empty file name while replacing duplicate dependencies." >&2

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