summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xpackaging/macosx/Scripts/wireshark-postinstall.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/packaging/macosx/Scripts/wireshark-postinstall.sh b/packaging/macosx/Scripts/wireshark-postinstall.sh
index 2e1d616361..96ed64d89b 100755
--- a/packaging/macosx/Scripts/wireshark-postinstall.sh
+++ b/packaging/macosx/Scripts/wireshark-postinstall.sh
@@ -31,9 +31,9 @@ fi
for i in capinfos dftest dumpcap editcap mergecap randpkt rawshark \
tshark text2pcap
do
- ln -s "$BIN_PATH/$i" ../../MacOS/"$i"
+ ln -s ../../MacOS/"$i" "$BIN_PATH/$i"
done
-ln -s "$BIN_PATH/wireshark" ../../MacOS/Wireshark
+ln -s ../../MacOS/Wireshark "$BIN_PATH/wireshark"
# Setting PATH
# if /etc/paths.d/Wireshark already exists we overwrite it.