summaryrefslogtreecommitdiff
path: root/packaging/macosx
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2015-10-22 15:20:51 -0700
committerGerald Combs <gerald@wireshark.org>2015-10-22 22:23:07 +0000
commit16906c5f0aa6e3aeb567c768ec0fd586e5bd1f22 (patch)
tree25626cd0ae82c23aaa3fc77c7e6a0115cefbee83 /packaging/macosx
parent1cecd985abfddc4c2c0779f817c8e297fcb67427 (diff)
downloadwireshark-16906c5f0aa6e3aeb567c768ec0fd586e5bd1f22.tar.gz
Try to fix osx-app.sh bundle creation.
Change-Id: I6d96974fae3956a017a007988a1ed145f08d4647 Reviewed-on: https://code.wireshark.org/review/11220 Reviewed-by: Gerald Combs <gerald@wireshark.org>
Diffstat (limited to 'packaging/macosx')
-rwxr-xr-xpackaging/macosx/osx-app.sh1
1 files changed, 1 insertions, 0 deletions
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