From 0119ce10b0ee065e7313be44a1633c62a6198b42 Mon Sep 17 00:00:00 2001 From: jsdelfino Date: Wed, 30 Nov 2011 03:47:01 +0000 Subject: 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 --- sca-cpp/trunk/ubuntu/ubuntu-bin-image | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sca-cpp/trunk/ubuntu/ubuntu-bin-image') diff --git a/sca-cpp/trunk/ubuntu/ubuntu-bin-image b/sca-cpp/trunk/ubuntu/ubuntu-bin-image index 664d585021..032c4e4978 100755 --- a/sca-cpp/trunk/ubuntu/ubuntu-bin-image +++ b/sca-cpp/trunk/ubuntu/ubuntu-bin-image @@ -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 -- cgit v1.2.3