293 | | else |
294 | | if [ ! -f 'nanopass/nanopass.ss' ] ; then |
295 | | rmdir nanopass && (curl -L -o v1.9.tar.gz https://github.com/nanopass/nanopass-framework-scheme/archive/v1.9.tar.gz && tar -zxf v1.9.tar.gz && mv nanopass-framework-scheme-1.9 nanopass && rm v1.9.tar.gz) || exit 1 |
296 | | fi |
297 | | |
298 | | if [ ! -f 'zlib/configure' ] ; then |
299 | | rmdir zlib && (curl -L -o v1.2.8.tar.gz https://github.com/madler/zlib/archive/v1.2.8.tar.gz && tar -xzf v1.2.8.tar.gz && mv zlib-1.2.8 zlib && rm v1.2.8.tar.gz) || exit 1 |
300 | | fi |
301 | | |
302 | | if [ ! -f 'stex/Mf-stex' ] ; then |
303 | | 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 |
304 | | fi |