summaryrefslogtreecommitdiff
path: root/packaging
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2013-10-01 21:43:51 +0000
committerGerald Combs <gerald@wireshark.org>2013-10-01 21:43:51 +0000
commit4c1696960b405cea4bc4e06591a1c4b5172dff61 (patch)
treee02fc801072e67613b0ab1205a4c0714a69b6323 /packaging
parente83ce4b4eaa52d78ea86b0c3df599c20ba9c7bea (diff)
downloadwireshark-4c1696960b405cea4bc4e06591a1c4b5172dff61.tar.gz
Add Wireshark back to the GTK+ package.
svn path=/trunk/; revision=52323
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 1dee592784..46ff47992b 100755
--- a/packaging/macosx/osx-app.sh
+++ b/packaging/macosx/osx-app.sh
@@ -247,7 +247,7 @@ echo -e "\nFilling app bundle and utility directory...\n"
# Wireshark executables
if [ "$ui_toolkit" = "gtk" ] ; then
cp -v utility-launcher "$cli_dir/$binary"
- for binary in $binary_list ; do
+ for binary in wireshark $binary_list ; do
# Copy the binary to its destination
dest_path="$pkgbin/$binary-bin"
cp -v "$binary_path/$binary" "$dest_path"