tar bz2 for expat-x.x.x.tar.bz2

tar bz2 for expat-x.x.x.tar.bz2
pull/717/head
Char 2016-07-27 22:31:27 +08:00 committed by GitHub
parent 829a3552fd
commit 4563d1ce14
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@ RUN mkdir $LOCAL_DIR && mkdir zlib && cd zlib && \
RUN mkdir -p expat && cd expat && \
curl -Ls -o - 'http://sourceforge.net/projects/expat/files/latest/download' | \
tar xzf - --strip-components=1 && \
tar xjf - --strip-components=1 && \
./configure \
--host=$HOST \
--build=`dpkg-architecture -qDEB_BUILD_GNU_TYPE` \