From 0aba97a938832f7b9ffe6ec6531cc41b2d96f998 Mon Sep 17 00:00:00 2001 From: Guy Harris Date: Wed, 4 Jan 2017 01:29:41 -0800 Subject: Oops, source and target are the other way around. Bug: 13270 Change-Id: Ibeddb435acca298c90f2d6b9c0228e8a9a747b38 Reviewed-on: https://code.wireshark.org/review/19534 Reviewed-by: Guy Harris --- packaging/macosx/Scripts/wireshark-postinstall.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'packaging') 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. -- cgit v1.2.1