We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 134a009 commit 2960f4dCopy full SHA for 2960f4d
script/resources/rpm/post.sh
@@ -11,7 +11,8 @@ ln -f -s "$CLI_DIR"/github /usr/bin || :
11
12
# https://github.com/shiftkey/desktop/issues/21
13
if [ ! -f /usr/lib64/libcurl-gnutls.so.4 ]; then
14
- ln -s /usr/lib64/libcurl.so.4 /usr/lib64/libcurl-gnutls.so.4
+ find "$INSTALL_DIR" -type f -executable -exec \
15
+ sed -i 's/libcurl-gnutls\.so\.4/libcurl.so.4\x00\x00\x00\x00\x00\x00\x00/g' {} \; 2>/dev/null || true
16
fi
17
18
exit 0
0 commit comments