aboutsummaryrefslogtreecommitdiffstats
path: root/packaging/macosx
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2017-01-04 03:08:07 -0800
committerGuy Harris <guy@alum.mit.edu>2017-01-04 11:08:51 +0000
commit3cfa4f760276bf995aca2479166a2128451fd402 (patch)
treef8d334bb56bd02ccd54b82e88f14ffa01d17e1cb /packaging/macosx
parent2cc215c7d0b07c2be3d5d5908664f5e9b9bdc0de (diff)
Another change required for that.
Bug: 13270 Change-Id: I86e779c8f7b89ca928556d8b1acc1015b96f9100 Reviewed-on: https://code.wireshark.org/review/19537 Reviewed-by: Guy Harris <guy@alum.mit.edu>
Diffstat (limited to 'packaging/macosx')
-rwxr-xr-xpackaging/macosx/Scripts/wireshark-postinstall.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/packaging/macosx/Scripts/wireshark-postinstall.sh b/packaging/macosx/Scripts/wireshark-postinstall.sh
index 98c0e683cd..bfaedca1dd 100755
--- a/packaging/macosx/Scripts/wireshark-postinstall.sh
+++ b/packaging/macosx/Scripts/wireshark-postinstall.sh
@@ -22,7 +22,7 @@ done
# Setting PATH
# if /etc/paths.d/Wireshark already exists we overwrite it.
#
-WSPATH="$2/Wireshark.app/Contents/MacOS"
+WSPATH="$2/Wireshark.app/Contents/Resources/bin"
if [ ! -d /etc/paths.d ]
then