Commit d80fc397 authored by Kenneth Reitz's avatar Kenneth Reitz

better

parent 39227b3d
...@@ -61,10 +61,10 @@ if grep -Fxq "pylibmc" requirements.txt ...@@ -61,10 +61,10 @@ if grep -Fxq "pylibmc" requirements.txt
then then
echo "-----> Noticed pylibmc. Bootstrapping libmemcached." echo "-----> Noticed pylibmc. Bootstrapping libmemcached."
pwd pwd
curl -O http://api.cld.me/0a191R3K160t1w1P0N25/vendor-libmemcached.tar.gz curl -L -O http://cl.ly/0a191R3K160t1w1P0N25/vendor-libmemcached.tar.gz
tar -zxvf vendor-libmemcached.tar.gz tar -zxvf vendor-libmemcached.tar.gz
export LIBMEMCACHED=/app/vendor export LIBMEMCACHED=$(pwd)/vendor
ls ls
fi fi
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment