Skip to content

Commit a68c296

Browse files
committed
build: Correct bzip cached dir name
1 parent d36cede commit a68c296

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build.mac.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ unset CPPINCLUDES
136136
cd ..
137137
fi
138138

139-
if [ ! -d bzip2-1.0.8 ]; then
139+
if [ ! -d bzip2-bzip2-1.0.8 ]; then
140140
download_file https://gitlab.com/bzip2/bzip2/-/archive/bzip2-1.0.8/bzip2-bzip2-1.0.8.tar.gz bzip2.tar.gz
141141
tar -xf bzip2.tar.gz
142142
cd bzip2-bzip2-1.0.8

build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ unset CPPINCLUDES
131131
cd ..
132132
fi
133133

134-
if [ ! -d bzip2-1.0.8 ]; then
134+
if [ ! -d bzip2-bzip2-1.0.8 ]; then
135135
download_file https://gitlab.com/bzip2/bzip2/-/archive/bzip2-1.0.8/bzip2-bzip2-1.0.8.tar.gz bzip2.tar.gz
136136
tar -xf bzip2.tar.gz
137137
cd bzip2-bzip2-1.0.8

0 commit comments

Comments
 (0)