Add Wireshark back to the GTK+ package.
authorgerald <gerald@f5534014-38df-0310-8fa8-9805f1628bb7>
Tue, 1 Oct 2013 21:43:51 +0000 (21:43 +0000)
committergerald <gerald@f5534014-38df-0310-8fa8-9805f1628bb7>
Tue, 1 Oct 2013 21:43:51 +0000 (21:43 +0000)
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@52323 f5534014-38df-0310-8fa8-9805f1628bb7

packaging/macosx/osx-app.sh

index 1dee5927840aedd77ba997962fb6ee6c54b48344..46ff47992b99cd3e8f4b4d714d0d42b71d0d1b3a 100755 (executable)
@@ -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"