From 16906c5f0aa6e3aeb567c768ec0fd586e5bd1f22 Mon Sep 17 00:00:00 2001 From: Gerald Combs Date: Thu, 22 Oct 2015 15:20:51 -0700 Subject: Try to fix osx-app.sh bundle creation. Change-Id: I6d96974fae3956a017a007988a1ed145f08d4647 Reviewed-on: https://code.wireshark.org/review/11220 Reviewed-by: Gerald Combs --- packaging/macosx/osx-app.sh | 1 + 1 file changed, 1 insertion(+) (limited to 'packaging/macosx') diff --git a/packaging/macosx/osx-app.sh b/packaging/macosx/osx-app.sh index 0c2360386f..a92c0050df 100755 --- a/packaging/macosx/osx-app.sh +++ b/packaging/macosx/osx-app.sh @@ -163,6 +163,7 @@ if [ "$create_bundle" = "true" ]; then echo -e "\nCREATE WIRESHARK APP BUNDLE\n" for binary in $wireshark_bin_name $binary_list ; do + binary=$( basename $binary ) if [ ! -x "$binary_path/$binary" ]; then echo "Couldn't find $binary (or it's not executable)" >&2 exit 1 -- cgit v1.2.1