Commit 75f5b406 authored by Kenneth Reitz's avatar Kenneth Reitz

cleaner

parent ed66073a
...@@ -65,13 +65,13 @@ then ...@@ -65,13 +65,13 @@ then
echo "-----> Noticed pylibmc. Bootstrapping libmemcached." echo "-----> Noticed pylibmc. Bootstrapping libmemcached."
cd .heroku cd .heroku
pwd if [ -d "vendor" ]; then
ls export LIBMEMCACHED=$(pwd)/vendor
else
if [! -d "vendor" ]; then
curl -s -L -O http://cl.ly/0a191R3K160t1w1P0N25/vendor-libmemcached.tar.gz curl -s -L -O http://cl.ly/0a191R3K160t1w1P0N25/vendor-libmemcached.tar.gz
tar -zxvf vendor-libmemcached.tar.gz > /dev/null tar -zxvf vendor-libmemcached.tar.gz > /dev/null
rm vendor-libmemcached.tar.gz rm vendor-libmemcached.tar.gz
export LIBMEMCACHED=$(pwd)/vendor
fi fi
export LIBMEMCACHED=$(pwd)/vendor export LIBMEMCACHED=$(pwd)/vendor
......
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