Skip to content
Snippets Groups Projects
Commit ef310452 authored by Kenneth Reitz's avatar Kenneth Reitz
Browse files

fixes

parent f9cbe709
No related branches found
No related tags found
No related merge requests found
...@@ -60,7 +60,8 @@ virtualenv --no-site-packages --distribute . | indent ...@@ -60,7 +60,8 @@ virtualenv --no-site-packages --distribute . | indent
if grep -Fxq "pylibmc" requirements.txt if grep -Fxq "pylibmc" requirements.txt
then then
echo "-----> Noticed pylibmc. Bootstrapping libmemcached." echo "-----> Noticed pylibmc. Bootstrapping libmemcached."
curl -O $VENDORED_MEMCACHED curl -s -O $VENDORED_MEMCACHED
ls
tar -zxvf vendor-libmemcached.tar.gz tar -zxvf vendor-libmemcached.tar.gz
ls ls
fi fi
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment