mirror of
https://github.com/kennethreitz/heroku-buildpack-python.git
synced 2026-06-05 23:10:16 +00:00
testing
This commit is contained in:
@@ -65,6 +65,9 @@ then
|
||||
echo "-----> Noticed pylibmc. Bootstrapping libmemcached."
|
||||
cd .heroku
|
||||
|
||||
pwd
|
||||
ls
|
||||
|
||||
if [! -d "vendor" ]; then
|
||||
curl -s -L -O http://cl.ly/0a191R3K160t1w1P0N25/vendor-libmemcached.tar.gz
|
||||
tar -zxvf vendor-libmemcached.tar.gz > /dev/null
|
||||
|
||||
Reference in New Issue
Block a user