aboutsummaryrefslogtreecommitdiffstats
path: root/packaging/macosx/Scripts/wireshark-postinstall.sh
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2017-01-04 11:11:18 +0000
committerGuy Harris <guy@alum.mit.edu>2017-01-04 11:11:24 +0000
commit79d1ac994f495ab364f4d1285897a629dc002268 (patch)
treededfb5007f8cd8726058f1dcc5de7243d4923412 /packaging/macosx/Scripts/wireshark-postinstall.sh
parent3cfa4f760276bf995aca2479166a2128451fd402 (diff)
Revert "Another change required for that."
This reverts commit 3cfa4f760276bf995aca2479166a2128451fd402. Nope, *not* needed, and not wanted, either. Change-Id: I71ac174a9b9b19980d0a6f44088d0a66f71ef99b Reviewed-on: https://code.wireshark.org/review/19538 Reviewed-by: Guy Harris <guy@alum.mit.edu>
Diffstat (limited to 'packaging/macosx/Scripts/wireshark-postinstall.sh')
-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 bfaedca1dd..98c0e683cd 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/Resources/bin"
+WSPATH="$2/Wireshark.app/Contents/MacOS"
if [ ! -d /etc/paths.d ]
then