Skip to content

Commit

Permalink
Fix URL. I suck at this.
Browse files Browse the repository at this point in the history
  • Loading branch information
nddrylliog committed Jul 13, 2013
1 parent 6e95855 commit a4ac7db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ download-bootstrap:
rm -rf build/
# Note: ./utils/downloader tries curl, ftp, and then wget.
# GNU ftp will _not_ work: it does not accept a url as an argument.
./utils/downloader.sh http://ooc-lang.org/downloads/0.9.6/latest-bootstrap.tar.bz2 | tar xjmf - 1>/dev/null
./utils/downloader.sh http://downloads.ooc-lang.org/rock/0.9.6/latest-bootstrap.tar.bz2 | tar xjmf - 1>/dev/null
if [ ! -e build ]; then cp -rfv rock-*/build ./; fi

# Attempt to grab a rock bootstrap from Alpaca and recompile
Expand Down

0 comments on commit a4ac7db

Please sign in to comment.