Skip to content

Commit

Permalink
permanent links: change configure prefix to zlib
Browse files Browse the repository at this point in the history
  • Loading branch information
hannesbrandt committed Jan 24, 2024
1 parent 1fe69b5 commit cdffbad
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 @@ -34,7 +34,7 @@ wget -N "https://www.zlib.net/current/zlib.tar.gz" && \
ZDIR=`tar -tzf "$ZTAR" | head -1 | perl -p -e 's/.*(zlib-[\d\.]+).*/\1/'` && \
tar -xvzf "$ZTAR" && \
cd $ZDIR && \
./configure --prefix="$PREFIX/$ZDIR" && \
./configure --prefix="$PREFIX/zlib" && \
make -j install && \
cd .. && \
rm -r "$ZDIR" "$ZTAR" || bdie "zlib"
Expand Down

0 comments on commit cdffbad

Please sign in to comment.