summaryrefslogtreecommitdiff
path: root/update.sh
diff options
context:
space:
mode:
authormathieui <mathieui@mathieui.net>2014-11-12 21:34:34 +0100
committermathieui <mathieui@mathieui.net>2014-11-12 21:34:34 +0100
commit6924f55d294dd84519abffe3a2f04dbc0ac09ba2 (patch)
tree653f4e85b02d9f1a400861e8f728a153bf583e03 /update.sh
parent431e4a507323e4809f36ced70347a47d74f1d078 (diff)
downloadpoezio-6924f55d294dd84519abffe3a2f04dbc0ac09ba2.tar.gz
poezio-6924f55d294dd84519abffe3a2f04dbc0ac09ba2.tar.bz2
poezio-6924f55d294dd84519abffe3a2f04dbc0ac09ba2.tar.xz
poezio-6924f55d294dd84519abffe3a2f04dbc0ac09ba2.zip
Add a message to update.sh if there is a src/slixmpp directory
if someone will ever read it
Diffstat (limited to 'update.sh')
-rwxr-xr-xupdate.sh10
1 files changed, 10 insertions, 0 deletions
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