This commit is contained in:
Kenneth Reitz
2011-11-11 13:38:19 -08:00
parent bd1ad73a14
commit ed66073a3f
+3
View File
@@ -65,6 +65,9 @@ then
echo "-----> Noticed pylibmc. Bootstrapping libmemcached."
cd .heroku
pwd
ls
if [! -d "vendor" ]; then
curl -s -L -O http://cl.ly/0a191R3K160t1w1P0N25/vendor-libmemcached.tar.gz
tar -zxvf vendor-libmemcached.tar.gz > /dev/null