Skip to content

Commit

Permalink
libsc-build-wdeps.sh: use $ZTAR once more
Browse files Browse the repository at this point in the history
  • Loading branch information
cburstedde authored Jan 24, 2024
1 parent cdffbad commit bd65cc2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/libsc-build-wdeps.sh
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ bdie () {

# download, build and install zlib
ZTAR="zlib.tar.gz"
wget -N "https://www.zlib.net/current/zlib.tar.gz" && \
wget -N "https://www.zlib.net/current/$ZTAR" && \
ZDIR=`tar -tzf "$ZTAR" | head -1 | perl -p -e 's/.*(zlib-[\d\.]+).*/\1/'` && \
tar -xvzf "$ZTAR" && \
cd $ZDIR && \
Expand Down

0 comments on commit bd65cc2

Please sign in to comment.