diff options
author | Florent Le Coz <louiz@louiz.org> | 2011-11-08 03:02:11 +0100 |
---|---|---|
committer | Florent Le Coz <louiz@louiz.org> | 2011-11-08 03:02:11 +0100 |
commit | 2c99e6be9f587370abdfe9aa32979bb7d0f28840 (patch) | |
tree | e64af8522c58d13e71dd0d0f955f4c624a36fc0d /update.sh | |
parent | 22f612ef8367013058ce96057cb66f38b128eff9 (diff) | |
parent | cd0b2681e02865aa1820d0895c8eddc5036aba66 (diff) | |
download | poezio-2c99e6be9f587370abdfe9aa32979bb7d0f28840.tar.gz poezio-2c99e6be9f587370abdfe9aa32979bb7d0f28840.tar.bz2 poezio-2c99e6be9f587370abdfe9aa32979bb7d0f28840.tar.xz poezio-2c99e6be9f587370abdfe9aa32979bb7d0f28840.zip |
Merge branch 'master' of http://git.louiz.org/poezio
Diffstat (limited to 'update.sh')
-rwxr-xr-x | update.sh | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -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" |