aboutsummaryrefslogtreecommitdiffstats
path: root/packaging
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2014-10-21 16:30:24 -0700
committerGerald Combs <gerald@wireshark.org>2014-10-21 23:31:43 +0000
commite5d967bbb4e09a84358d64b78e5369f974407e8f (patch)
tree4ccf3b4c0dd1f7058e87fc619f6fc8baa3f03e32 /packaging
parent24f0888b3102d9f5a772c6df370f6a5a9188de62 (diff)
osx-app.sh: Add verbosity.
Change-Id: I3cd1c49909af34badd0d5c5f29bfcddb753ef2bf Reviewed-on: https://code.wireshark.org/review/4902 Reviewed-by: Gerald Combs <gerald@wireshark.org>
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 c641d197fb..3b67ac09c4 100755
--- a/packaging/macosx/osx-app.sh
+++ b/packaging/macosx/osx-app.sh
@@ -229,7 +229,7 @@ mkdir -p "$pkgbin"
mkdir -p "$pkgplugin"
if [ "$ui_toolkit" = "qt" ] ; then
- cp "$binary_path/$wireshark_bin_name" "$pkgexec/Wireshark"
+ cp -v "$binary_path/$wireshark_bin_name" "$pkgexec/Wireshark"
else
# Build and add the launcher
#----------------------------------------------------------