- updated to curl stex version 1.2.1
configure original commit: 466349bae54a09010b8430a3b9853b96b06916a7
This commit is contained in:
parent
dd7ecc2af9
commit
f5940acbc0
2
LOG
2
LOG
|
@ -142,3 +142,5 @@
|
|||
- corrected CHEZSCHEMELIBS and CHEZSCHEMEEXTS index entries to be
|
||||
CHEZSCHEMELIBDIRS and CHEZSCHEMELIBEXTS.
|
||||
use.stex
|
||||
- updated to curl stex version 1.2.1
|
||||
configure
|
||||
|
|
2
configure
vendored
2
configure
vendored
|
@ -300,7 +300,7 @@ else
|
|||
fi
|
||||
|
||||
if [ ! -f 'stex/Mf-stex' ] ; then
|
||||
rmdir stex && (curl -L -o v1.2.tar.gz https://github.com/dybvig/stex/archive/v1.2.tar.gz && tar -zxf v1.2.tar.gz && mv stex-1.2 stex && rm v1.2.tar.gz) || exit 1
|
||||
rmdir stex && (curl -L -o v1.2.1.tar.gz https://github.com/dybvig/stex/archive/v1.2.1.tar.gz && tar -zxf v1.2.1.tar.gz && mv stex-1.2.1 stex && rm v1.2.1.tar.gz) || exit 1
|
||||
fi
|
||||
fi
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user