Add Wireshark back to the GTK+ package.

svn path=/trunk/; revision=52323
This commit is contained in:
Gerald Combs 2013-10-01 21:43:51 +00:00
parent e83ce4b4ea
commit 4c1696960b
1 changed files with 1 additions and 1 deletions

View File

@ -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"