summaryrefslogtreecommitdiff
path: root/packaging/macosx
diff options
context:
space:
mode:
authorGraham Bloice <graham.bloice@trihedral.com>2015-11-21 23:29:18 +0000
committerGraham Bloice <graham.bloice@trihedral.com>2015-11-21 23:31:42 +0000
commit2c74679a75626bd69c4d5598b5af11bfd1dc9397 (patch)
treed27d10b5d19695f0614fdbdd83acd81993a74821 /packaging/macosx
parenta648921027dad10454674e8d50d8abbdff12cf9c (diff)
downloadwireshark-2c74679a75626bd69c4d5598b5af11bfd1dc9397.tar.gz
Fix OSX 10.5 autotools package for missing sshdump
Make sshdump addition to the package conditional depending on whether it is actually built. Change-Id: Ifeaa134fdb3dcd88e48ff0c796f0c21c804eba77 Reviewed-on: https://code.wireshark.org/review/12023 Reviewed-by: Graham Bloice <graham.bloice@trihedral.com>
Diffstat (limited to 'packaging/macosx')
-rwxr-xr-xpackaging/macosx/osx-app.sh6
1 files changed, 5 insertions, 1 deletions
diff --git a/packaging/macosx/osx-app.sh b/packaging/macosx/osx-app.sh
index cf446ebd64..ecc312c4b6 100755
--- a/packaging/macosx/osx-app.sh
+++ b/packaging/macosx/osx-app.sh
@@ -60,8 +60,12 @@ binary_list="
text2pcap
tshark
extcap/androiddump
- extcap/sshdump
"
+
+if [ -x "extcap/sshdump" ]; then
+ binary_list="$binary_list extcap/sshdump"
+fi
+
cs_binary_list=
# Location for libraries (macosx-setup.sh defaults to whatever the