Add a message to update.sh if there is a src/slixmpp directory

if someone will ever read it
This commit is contained in:
mathieui 2014-11-12 21:34:34 +01:00
parent 431e4a5073
commit 6924f55d29
No known key found for this signature in database
GPG key ID: C59F84CEEFD616E3

View file

@ -41,3 +41,13 @@ else
fi fi
make make
if [ -e src/slixmpp ]
then
echo ""
echo "The update script detected a slixmpp link in src/."
echo "This is probably due to the old update script, you should delete it"
echo "so that poezio can use the up-to-date copy inside the poezio-venv directory."
echo ""
fi