File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -127,9 +127,9 @@ cd ..
127127fi
128128
129129if [ ! -d bzip2-1.0.8 ]; then
130- curl -L https://sourceware.org/pub /bzip2/bzip2-1.0.8.tar.gz -o bzip2.tar.gz
130+ curl -L https://gitlab.com/bzip2 /bzip2/-/archive/bzip2-1.0.8/bzip2- bzip2-1.0.8.tar.gz -o bzip2.tar.gz
131131tar -xf bzip2.tar.gz
132- cd bzip2-1.0.8
132+ cd bzip2-bzip2- 1.0.8
133133make install " PREFIX=$PREFIX " -j$( sysctl -n hw.ncpu)
134134cd ..
135135fi
Original file line number Diff line number Diff line change @@ -122,9 +122,9 @@ cd ..
122122fi
123123
124124if [ ! -d bzip2-1.0.8 ]; then
125- curl https://sourceware.org/pub /bzip2/bzip2-1.0.8.tar.gz -o bzip2.tar.gz
125+ curl https://gitlab.com/bzip2 /bzip2/-/archive/bzip2-1.0.8/bzip2- bzip2-1.0.8.tar.gz -o bzip2.tar.gz
126126tar -xf bzip2.tar.gz
127- cd bzip2-1.0.8
127+ cd bzip2-bzip2- 1.0.8
128128make install " PREFIX=$PREFIX " -j$( nproc --all)
129129cd ..
130130fi
You can’t perform that action at this time.
0 commit comments