Commit ef310452 authored by Kenneth Reitz's avatar Kenneth Reitz

fixes

parent f9cbe709
......@@ -60,7 +60,8 @@ virtualenv --no-site-packages --distribute . | indent
if grep -Fxq "pylibmc" requirements.txt
then
echo "-----> Noticed pylibmc. Bootstrapping libmemcached."
curl -O $VENDORED_MEMCACHED
curl -s -O $VENDORED_MEMCACHED
ls
tar -zxvf vendor-libmemcached.tar.gz
ls
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