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 <guy@alum.mit.edu>
This commit is contained in:
Guy Harris 2017-01-04 01:29:41 -08:00
parent 880580c252
commit 0aba97a938
1 changed files with 2 additions and 2 deletions

View File

@ -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.