Fix path to astyle source. (#265)

This commit is contained in:
Jonathan Hui
2016-07-12 22:46:47 -07:00
committed by GitHub
parent dec03c3980
commit 6e40260418
+2 -2
View File
@@ -68,8 +68,8 @@ cd /tmp || die
}
[ $BUILD_TARGET != pretty-check ] || {
wget https://sourceforge.net/projects/astyle/files/astyle/astyle%202.05.1/astyle_2.05.1_linux.tar.gz/download -O astyle.tar.gz || die
tar xzvf astyle.tar.gz || die
wget http://ufpr.dl.sourceforge.net/project/astyle/astyle/astyle%202.05.1/astyle_2.05.1_linux.tar.gz || die
tar xzvf astyle_2.05.1_linux.tar.gz || die
cd astyle/build/gcc || die
LDFLAGS=" " make || die
cd ../../..