This commit is contained in:
Kenneth Reitz
2011-11-11 13:41:36 -08:00
parent ed66073a3f
commit 75f5b406a3
+4 -4
View File
@@ -65,13 +65,13 @@ then
echo "-----> Noticed pylibmc. Bootstrapping libmemcached."
cd .heroku
pwd
ls
if [! -d "vendor" ]; then
if [ -d "vendor" ]; then
export LIBMEMCACHED=$(pwd)/vendor
else
curl -s -L -O http://cl.ly/0a191R3K160t1w1P0N25/vendor-libmemcached.tar.gz
tar -zxvf vendor-libmemcached.tar.gz > /dev/null
rm vendor-libmemcached.tar.gz
export LIBMEMCACHED=$(pwd)/vendor
fi
export LIBMEMCACHED=$(pwd)/vendor