summaryrefslogtreecommitdiffstats
path: root/bin-net/syncthing-bin/FINAL
diff options
context:
space:
mode:
Diffstat (limited to 'bin-net/syncthing-bin/FINAL')
-rwxr-xr-xbin-net/syncthing-bin/FINAL5
1 files changed, 5 insertions, 0 deletions
diff --git a/bin-net/syncthing-bin/FINAL b/bin-net/syncthing-bin/FINAL
index 4b6a086..a05a270 100755
--- a/bin-net/syncthing-bin/FINAL
+++ b/bin-net/syncthing-bin/FINAL
@@ -1,3 +1,8 @@
+# binaries require /lib64
+if [ ! -d "${INSTALL_ROOT}/lib64" ]; then
+ ln -vsf "${TRACK_ROOT}/lib" "${INSTALL_ROOT}/lib64"
+fi &&
+
message "${MESSAGE_COLOR}You also want to consider the following:\n"
message "# Increase maximum receive socket buffer size to 2MiB for QUIC connections"
message "# see https://github.com/lucas-clemente/quic-go/wiki/UDP-Receive-Buffer-Size"