Author: jsdelfino
Date: Wed Nov 30 03:47:01 2011
New Revision: 1208241

URL: http://svn.apache.org/viewvc?rev=1208241&view=rev
Log:
Minor build and install script fixes. Install missing dev tools. Add a missing 
cd command.

Modified:
    tuscany/sca-cpp/trunk/ubuntu/ubuntu-bin-all-image
    tuscany/sca-cpp/trunk/ubuntu/ubuntu-bin-image
    tuscany/sca-cpp/trunk/ubuntu/ubuntu-install
    tuscany/sca-cpp/trunk/ubuntu/ubuntu-install-all

Modified: tuscany/sca-cpp/trunk/ubuntu/ubuntu-bin-all-image
URL: 
http://svn.apache.org/viewvc/tuscany/sca-cpp/trunk/ubuntu/ubuntu-bin-all-image?rev=1208241&r1=1208240&r2=1208241&view=diff
==============================================================================
--- tuscany/sca-cpp/trunk/ubuntu/ubuntu-bin-all-image (original)
+++ tuscany/sca-cpp/trunk/ubuntu/ubuntu-bin-all-image Wed Nov 30 03:47:01 2011
@@ -34,7 +34,7 @@ sudo chgrp $g /mnt/tuscany
 cd /mnt/tuscany
 
 # 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

Modified: tuscany/sca-cpp/trunk/ubuntu/ubuntu-bin-image
URL: 
http://svn.apache.org/viewvc/tuscany/sca-cpp/trunk/ubuntu/ubuntu-bin-image?rev=1208241&r1=1208240&r2=1208241&view=diff
==============================================================================
--- tuscany/sca-cpp/trunk/ubuntu/ubuntu-bin-image (original)
+++ tuscany/sca-cpp/trunk/ubuntu/ubuntu-bin-image Wed Nov 30 03:47:01 2011
@@ -34,7 +34,7 @@ sudo chgrp $g /mnt/tuscany
 cd /mnt/tuscany
 
 # 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

Modified: tuscany/sca-cpp/trunk/ubuntu/ubuntu-install
URL: 
http://svn.apache.org/viewvc/tuscany/sca-cpp/trunk/ubuntu/ubuntu-install?rev=1208241&r1=1208240&r2=1208241&view=diff
==============================================================================
--- tuscany/sca-cpp/trunk/ubuntu/ubuntu-install (original)
+++ tuscany/sca-cpp/trunk/ubuntu/ubuntu-install Wed Nov 30 03:47:01 2011
@@ -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
@@ -245,6 +245,7 @@ cp -R optional_rules $build/modsecurity-
 if [ "$?" != "0" ]; then
     exit $?
 fi
+cd $build
 
 # Build Apache Thrift
 sudo apt-get -y install bison flex python-dev libboost-dev 
libboost-filesystem-dev 

Modified: tuscany/sca-cpp/trunk/ubuntu/ubuntu-install-all
URL: 
http://svn.apache.org/viewvc/tuscany/sca-cpp/trunk/ubuntu/ubuntu-install-all?rev=1208241&r1=1208240&r2=1208241&view=diff
==============================================================================
--- tuscany/sca-cpp/trunk/ubuntu/ubuntu-install-all (original)
+++ tuscany/sca-cpp/trunk/ubuntu/ubuntu-install-all Wed Nov 30 03:47:01 2011
@@ -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-
 if [ "$?" != "0" ]; then
     exit $?
 fi
+cd $build
 
 # Build PostgreSQL
 sudo apt-get -y install libreadline-dev


Reply via email to