Be a little more verbose.

svn path=/trunk/; revision=52297
This commit is contained in:
Gerald Combs 2013-09-30 15:37:11 +00:00
parent cf80442912
commit 097feb5a64
1 changed files with 1 additions and 1 deletions

View File

@ -484,7 +484,7 @@ rpathify_file () {
#
# Change the reference to that library.
#
echo "Changing reference to $lib in $1"
echo "Changing reference to $lib to $to in $1"
/usr/bin/install_name_tool -change $lib $to $1
done
;;