2
0
mirror of https://github.com/meganz/MEGAcmd synced 2025-08-22 01:47:24 +00:00

fix symlink

This commit is contained in:
Xavier Rins 2025-04-02 13:18:04 +02:00
parent 55419915f8
commit 7a3f1cc03a
No known key found for this signature in database
GPG Key ID: CBDE6EDEB1AF5599

View File

@ -52,9 +52,9 @@ prepare() {
if [ -f /opt/cmake.tar.gz ]; then
echo "8514fe0197f534eef079097c774c221a /opt/cmake.tar.gz" | md5sum -c - || exit 1
rm -rf cmake_inst cmake-*-Linux*
rm -rf cmake_inst cmake-*-linux*
tar xzf /opt/cmake.tar.gz
ln -s cmake-*-Linux* cmake_inst
ln -s cmake-*-linux* cmake_inst
fi
}