From b26c9e33af5da5ddf8956a7269cbe06be2ccea6a Mon Sep 17 00:00:00 2001 From: mathieui Date: Tue, 8 Nov 2011 02:31:44 +0100 Subject: Add make in the update.sh --- update.sh | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'update.sh') diff --git a/update.sh b/update.sh index 510bbb07..c2dba40e 100755 --- a/update.sh +++ b/update.sh @@ -9,6 +9,15 @@ echo 'Updating poezio' git pull origin master +make +if [ $? -ne 0 ] +then + echo -e "It seems that you do not have the python development"\ + "files.\nSearch for a package named python3-dev or python3-devel"\ + "in your repos." + exit -1 +fi + if [ -e "SleekXMPP" ] then echo "Updating SleekXMPP" -- cgit v1.2.3