Skip to content

Commit

Permalink
Correct expat dirname
Browse files Browse the repository at this point in the history
  • Loading branch information
durack1 committed Nov 5, 2015
1 parent 8052919 commit fd356f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion upgradePython.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ set -ex
# Expat
curl -O http:https://tcpdiag.dl.sourceforge.net/project/expat/expat/2.1.0/expat-2.1.0.tar.gz
tar -xzvf expat-2.1.0.tar.gz
chmod -R 755 -expat-2.1.0
chmod -R 755 expat-2.1.0
cd expat-2.1.0 && ./configure --prefix=/usr && make && sudo make install

# Tips: http:https://docs.travis-ci.com/user/installing-dependencies/#Installing-Projects-from-Source

0 comments on commit fd356f9

Please sign in to comment.