mirror of
https://github.com/meganz/MEGAcmd
synced 2025-08-29 12:57:44 +00:00
fix symlink
This commit is contained in:
parent
55419915f8
commit
7a3f1cc03a
@ -52,9 +52,9 @@ prepare() {
|
|||||||
|
|
||||||
if [ -f /opt/cmake.tar.gz ]; then
|
if [ -f /opt/cmake.tar.gz ]; then
|
||||||
echo "8514fe0197f534eef079097c774c221a /opt/cmake.tar.gz" | md5sum -c - || exit 1
|
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
|
tar xzf /opt/cmake.tar.gz
|
||||||
ln -s cmake-*-Linux* cmake_inst
|
ln -s cmake-*-linux* cmake_inst
|
||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user