From 0a582475139cf8ae5f9995e3730b1a96084950c3 Mon Sep 17 00:00:00 2001 From: Kenneth Reitz <me@kennethreitz.com> Date: Fri, 11 Nov 2011 11:01:23 -0800 Subject: [PATCH] hmm --- bin/compile | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/bin/compile b/bin/compile index 17cd7f35..10273818 100755 --- a/bin/compile +++ b/bin/compile @@ -60,9 +60,11 @@ virtualenv --no-site-packages --distribute . | indent if grep -Fxq "pylibmc" requirements.txt then echo "-----> Noticed pylibmc. Bootstrapping libmemcached." - curl -s -O $VENDORED_MEMCACHED - ls + pwd + curl -s -O http://cl.ly/0a191R3K160t1w1P0N25/vendor-libmemcached.tar.gz tar -zxvf vendor-libmemcached.tar.gz + + export LIBMEMCACHED=/app/vendor ls fi -- GitLab