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 ..
127
127
fi
128
128
129
129
if [ ! -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
131
131
tar -xf bzip2.tar.gz
132
- cd bzip2-1.0.8
132
+ cd bzip2-bzip2- 1.0.8
133
133
make install " PREFIX=$PREFIX " -j$( sysctl -n hw.ncpu)
134
134
cd ..
135
135
fi
Original file line number Diff line number Diff line change @@ -122,9 +122,9 @@ cd ..
122
122
fi
123
123
124
124
if [ ! -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
126
126
tar -xf bzip2.tar.gz
127
- cd bzip2-1.0.8
127
+ cd bzip2-bzip2- 1.0.8
128
128
make install " PREFIX=$PREFIX " -j$( nproc --all)
129
129
cd ..
130
130
fi
You can’t perform that action at this time.
0 commit comments