File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -83,7 +83,7 @@ RUN mkdir -p ${BUILD_DIR} \
8383# Used By:
8484# - xml2
8585ENV VERSION_ZLIB=1.3
86- ENV ZLIB_BUILD_DIR=${BUILD_DIR}/xml2
86+ ENV ZLIB_BUILD_DIR=${BUILD_DIR}/zlib
8787
8888RUN set -xe; \
8989 mkdir -p ${ZLIB_BUILD_DIR}; \
Original file line number Diff line number Diff line change @@ -83,7 +83,7 @@ RUN mkdir -p ${BUILD_DIR} \
8383# Used By:
8484# - xml2
8585ENV VERSION_ZLIB=1.3
86- ENV ZLIB_BUILD_DIR=${BUILD_DIR}/xml2
86+ ENV ZLIB_BUILD_DIR=${BUILD_DIR}/zlib
8787
8888RUN set -xe; \
8989 mkdir -p ${ZLIB_BUILD_DIR}; \
Original file line number Diff line number Diff line change @@ -83,7 +83,7 @@ RUN mkdir -p ${BUILD_DIR} \
8383# Used By:
8484# - xml2
8585ENV VERSION_ZLIB=1.3
86- ENV ZLIB_BUILD_DIR=${BUILD_DIR}/xml2
86+ ENV ZLIB_BUILD_DIR=${BUILD_DIR}/zlib
8787
8888RUN set -xe; \
8989 mkdir -p ${ZLIB_BUILD_DIR}; \
You can’t perform that action at this time.
0 commit comments