summaryrefslogtreecommitdiff
path: root/update.sh
diff options
context:
space:
mode:
authorEmmanuel Gil Peyrot <linkmauve@linkmauve.fr>2016-03-31 18:54:41 +0100
committerEmmanuel Gil Peyrot <linkmauve@linkmauve.fr>2016-06-11 20:49:43 +0100
commit332a5c2553db41de777473a1e1be9cd1522c9496 (patch)
tree3ee06a59f147ccc4009b35cccfbe2461bcd18310 /update.sh
parentcf44cf7cdec9fdb35caa372563d57e7045dc29dd (diff)
downloadpoezio-332a5c2553db41de777473a1e1be9cd1522c9496.tar.gz
poezio-332a5c2553db41de777473a1e1be9cd1522c9496.tar.bz2
poezio-332a5c2553db41de777473a1e1be9cd1522c9496.tar.xz
poezio-332a5c2553db41de777473a1e1be9cd1522c9496.zip
Move the src directory to poezio, for better cython compatibility.
Diffstat (limited to 'update.sh')
-rwxr-xr-xupdate.sh10
1 files changed, 0 insertions, 10 deletions
diff --git a/update.sh b/update.sh
index 73c37467..dd9d846f 100755
--- a/update.sh
+++ b/update.sh
@@ -64,13 +64,3 @@ 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