Minor build and install script fixes. Install missing dev tools. Add a missing cd command.
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1208241 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
d59fdfce0f
commit
0119ce10b0
4 changed files with 6 additions and 4 deletions
|
|
@ -26,7 +26,7 @@ set -x
|
|||
build=`pwd`
|
||||
|
||||
# Install core dev tools
|
||||
sudo apt-get -y install curl git-core subversion autoconf pkg-config automake libtool g++ make
|
||||
sudo apt-get -y install curl git-core subversion autoconf pkg-config automake libtool g++ make gdb vim
|
||||
if [ "$?" != "0" ]; then
|
||||
exit $?
|
||||
fi
|
||||
|
|
@ -299,6 +299,7 @@ cp -R optional_rules $build/modsecurity-apache-2.6.1-bin
|
|||
if [ "$?" != "0" ]; then
|
||||
exit $?
|
||||
fi
|
||||
cd $build
|
||||
|
||||
# Build PostgreSQL
|
||||
sudo apt-get -y install libreadline-dev
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue