From 4c1696960b405cea4bc4e06591a1c4b5172dff61 Mon Sep 17 00:00:00 2001 From: Gerald Combs Date: Tue, 1 Oct 2013 21:43:51 +0000 Subject: Add Wireshark back to the GTK+ package. svn path=/trunk/; revision=52323 --- packaging/macosx/osx-app.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'packaging') 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" -- cgit v1.2.1