From 6924f55d294dd84519abffe3a2f04dbc0ac09ba2 Mon Sep 17 00:00:00 2001 From: mathieui Date: Wed, 12 Nov 2014 21:34:34 +0100 Subject: Add a message to update.sh if there is a src/slixmpp directory if someone will ever read it --- update.sh | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'update.sh') diff --git a/update.sh b/update.sh index 2a226e38..08a420bb 100755 --- a/update.sh +++ b/update.sh @@ -41,3 +41,13 @@ else fi 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 -- cgit v1.2.3