Fixed install script

This commit is contained in:
Jake 2015-05-07 19:09:14 -07:00
parent 36eac27cde
commit 9855d99eaf

View file

@ -1,6 +1,6 @@
#!/bin/bash
#curl http://ftp.gnu.org/gnu/gdb/gdb-7.9.tar.gz | tar xvz
curl http://ftp.gnu.org/gnu/gdb/gdb-7.9.tar.gz | tar xvz
cd gdb-7.9
./configure --prefix=$(dirname $PWD) --with-python=python2
make -j $(nproc)