mirror of
https://github.com/CloverHackyColor/CloverBootloader.git
synced 2025-02-18 01:21:57 +01:00
isl library will be local to the repo
Signed-off-by: SergeySlice <sergey.slice@gmail.com>
This commit is contained in:
parent
019781516a
commit
46ff2a40fd
@ -141,6 +141,10 @@ function mountRamDisk() {
|
|||||||
|
|
||||||
# Download #
|
# Download #
|
||||||
DownloadSource () {
|
DownloadSource () {
|
||||||
|
if [[ ! -f ${DIR_DOWNLOADS}/${ISL_VERSION}.tar.xz ]]; then
|
||||||
|
echo "Status: ${ISL_VERSION} not found."
|
||||||
|
cp -v ${ISL_VERSION}.tar.xz ${DIR_DOWNLOADS}/
|
||||||
|
fi
|
||||||
cd $DIR_DOWNLOADS
|
cd $DIR_DOWNLOADS
|
||||||
if [[ ! -f ${DIR_DOWNLOADS}/${GMP_VERSION}.tar.xz ]]; then
|
if [[ ! -f ${DIR_DOWNLOADS}/${GMP_VERSION}.tar.xz ]]; then
|
||||||
echo "Status: ${GMP_VERSION} not found."
|
echo "Status: ${GMP_VERSION} not found."
|
||||||
@ -160,15 +164,14 @@ DownloadSource () {
|
|||||||
mv download.tmp ${MPC_VERSION}.tar.gz
|
mv download.tmp ${MPC_VERSION}.tar.gz
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [[ ! -f ${DIR_DOWNLOADS}/${ISL_VERSION}.tar.xz ]]; then
|
# if [[ ! -f ${DIR_DOWNLOADS}/${ISL_VERSION}.tar.xz ]]; then
|
||||||
echo "Status: ${ISL_VERSION} not found."
|
# echo "Status: ${ISL_VERSION} not found."
|
||||||
# curl -o download.tmp --remote-name http://isl.gforge.inria.fr/${ISL_VERSION}.tar.xz || exit 1
|
# curl -o download.tmp --remote-name http://isl.gforge.inria.fr/${ISL_VERSION}.tar.xz || exit 1
|
||||||
# curl -o download.tmp --remote-name https://github.com/Meinersbur/isl/archive/refs/tags/${ISL_VERSION}.tar.gz || exit 1
|
# curl -o download.tmp --remote-name https://github.com/Meinersbur/isl/archive/refs/tags/${ISL_VERSION}.tar.gz || exit 1
|
||||||
# curl -o download.tmp --remote-name https://codeload.github.com/Meinersbur/isl/tar.gz/refs/tags/isl-0.24
|
# curl -o download.tmp --remote-name https://codeload.github.com/Meinersbur/isl/tar.gz/refs/tags/isl-0.24
|
||||||
# curl -o download.tmp --remote-name https://github.com/CloverHackyColor/CloverBootloader/releases/download/5140/${ISL_VERSION}.tar.xz || exit 1
|
# curl -o download.tmp --remote-name https://github.com/CloverHackyColor/CloverBootloader/releases/download/5140/${ISL_VERSION}.tar.xz || exit 1
|
||||||
|
# mv download.tmp ${ISL_VERSION}.tar.xz
|
||||||
mv download.tmp ${ISL_VERSION}.tar.xz
|
# fi
|
||||||
fi
|
|
||||||
|
|
||||||
if [[ ! -f ${DIR_DOWNLOADS}/${BINUTILS_VERSION}.tar.xz ]]; then
|
if [[ ! -f ${DIR_DOWNLOADS}/${BINUTILS_VERSION}.tar.xz ]]; then
|
||||||
echo "Status: ${BINUTILS_VERSION} not found."
|
echo "Status: ${BINUTILS_VERSION} not found."
|
||||||
|
BIN
isl-0.24.tar.xz
Normal file
BIN
isl-0.24.tar.xz
Normal file
Binary file not shown.
Loading…
Reference in New Issue
Block a user