summaryrefslogtreecommitdiff
path: root/packaging
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2013-09-30 15:37:11 +0000
committerGerald Combs <gerald@wireshark.org>2013-09-30 15:37:11 +0000
commit097feb5a6446635875816a57189a68c017ad82cd (patch)
treead088f82dacdae64cd2b8411cef2f17febe62e03 /packaging
parentcf804429123802edb55003ebfd21ebea5718d10b (diff)
downloadwireshark-097feb5a6446635875816a57189a68c017ad82cd.tar.gz
Be a little more verbose.
svn path=/trunk/; revision=52297
Diffstat (limited to 'packaging')
-rwxr-xr-xpackaging/macosx/osx-app.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/packaging/macosx/osx-app.sh b/packaging/macosx/osx-app.sh
index 419143e987..9bf21aa138 100755
--- a/packaging/macosx/osx-app.sh
+++ b/packaging/macosx/osx-app.sh
@@ -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
;;