From 5d349882bb888f49957cb4b1308a021320ac35c4 Mon Sep 17 00:00:00 2001 From: winlin Date: Tue, 10 Dec 2013 10:37:18 +0800 Subject: [PATCH] update build script for ubuntu --- trunk/auto/depends.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/trunk/auto/depends.sh b/trunk/auto/depends.sh index 1c9bff9e6..e181dfe88 100755 --- a/trunk/auto/depends.sh +++ b/trunk/auto/depends.sh @@ -77,6 +77,8 @@ function Ubuntu_prepare() sudo apt-get install -y libssl-dev echo "install libssl-dev success" fi + + echo "Ubuntu install tools success" } Ubuntu_prepare ##################################################################################### @@ -138,6 +140,8 @@ function Centos_prepare() sudo yum install -y openssl-devel echo "install openssl-devels success" fi + + echo "Centos install tools success" } Centos_prepare