put shntool source in patches folder

This commit is contained in:
sparklyballs 2017-07-12 13:52:40 +01:00
parent 3d55aad4db
commit 30230733b7
2 changed files with 1 additions and 4 deletions

View file

@ -25,10 +25,7 @@ RUN \
# compile shntool
mkdir -p \
/tmp/shntool && \
curl -o \
/tmp/shntool-src-tar.gz -L \
http://etree.org/shnutils/shntool/dist/src/shntool-3.0.10.tar.gz && \
tar xf /tmp/shntool-src-tar.gz -C \
tar xf /tmp/patches/shntool-3.0.10.tar.gz -C \
/tmp/shntool --strip-components=1 && \
cp /tmp/patches/config.* /tmp/shntool && \
cd /tmp/shntool && \

Binary file not shown.