Add make in the update.sh

This commit is contained in:
mathieui 2011-11-08 02:31:44 +01:00
parent d83eda6fd4
commit b26c9e33af

View file

@ -9,6 +9,15 @@
echo 'Updating poezio' echo 'Updating poezio'
git pull origin master 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" ] if [ -e "SleekXMPP" ]
then then
echo "Updating SleekXMPP" echo "Updating SleekXMPP"