mirror of
https://github.com/danog/phpdoc-parser.git
synced 2024-11-26 12:04:52 +01:00
More stable build without network downloads
This commit is contained in:
parent
48f94ddb9b
commit
9285b879a8
@ -8,10 +8,7 @@ if [[ ! -d "$ROOT_DIR/tools/abnfgen" ]]; then
|
||||
rm -rf "$ROOT_DIR/temp/abnfgen"
|
||||
mkdir -p "$ROOT_DIR/temp/abnfgen"
|
||||
|
||||
wget http://www.quut.com/abnfgen/abnfgen-0.20.tar.gz \
|
||||
--output-document "$ROOT_DIR/temp/abnfgen.tar.gz"
|
||||
|
||||
tar xf "$ROOT_DIR/temp/abnfgen.tar.gz" \
|
||||
tar xf "$ROOT_DIR/tests/abnfgen-0.20.tar.gz" \
|
||||
--directory "$ROOT_DIR/temp/abnfgen" \
|
||||
--strip-components 1
|
||||
|
||||
|
BIN
tests/abnfgen-0.20.tar.gz
Normal file
BIN
tests/abnfgen-0.20.tar.gz
Normal file
Binary file not shown.
Loading…
Reference in New Issue
Block a user