diff options
Diffstat (limited to 'sca-cpp/trunk/ubuntu/ubuntu-bin-image')
-rwxr-xr-x | sca-cpp/trunk/ubuntu/ubuntu-bin-image | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sca-cpp/trunk/ubuntu/ubuntu-bin-image b/sca-cpp/trunk/ubuntu/ubuntu-bin-image index 032c4e4978..6c1082ac3a 100755 --- a/sca-cpp/trunk/ubuntu/ubuntu-bin-image +++ b/sca-cpp/trunk/ubuntu/ubuntu-bin-image @@ -59,7 +59,7 @@ if [ "$?" != "0" ]; then exit $? fi # Required by Apache Thrift -sudo apt-get -y install bison flex python-dev libboost-dev libboost-filesystem-dev +sudo apt-get -y install bison flex libboost-dev libboost-filesystem-dev if [ "$?" != "0" ]; then exit $? fi |