mirror of
https://github.com/kennethreitz/heroku-buildpack-python.git
synced 2026-06-05 23:10:16 +00:00
better
This commit is contained in:
+2
-2
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user