Skip to content

Commit

Permalink
better
Browse files Browse the repository at this point in the history
  • Loading branch information
Kenneth Reitz committed Nov 11, 2011
1 parent 39227b3 commit d80fc39
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bin/compile
Expand Up @@ -61,10 +61,10 @@ if grep -Fxq "pylibmc" requirements.txt
then
echo "-----> Noticed pylibmc. Bootstrapping libmemcached."
pwd
curl -O http://api.cld.me/0a191R3K160t1w1P0N25/vendor-libmemcached.tar.gz
curl -L -O http://cl.ly/0a191R3K160t1w1P0N25/vendor-libmemcached.tar.gz
tar -zxvf vendor-libmemcached.tar.gz

export LIBMEMCACHED=/app/vendor
export LIBMEMCACHED=$(pwd)/vendor
ls
fi

Expand Down

0 comments on commit d80fc39

Please sign in to comment.