mirror of
https://github.com/kennethreitz/heroku-buildpack-python.git
synced 2026-06-05 23:10:16 +00:00
fixes
This commit is contained in:
+2
-1
@@ -60,7 +60,8 @@ virtualenv --no-site-packages --distribute . | indent
|
||||
if grep -Fxq "pylibmc" requirements.txt
|
||||
then
|
||||
echo "-----> Noticed pylibmc. Bootstrapping libmemcached."
|
||||
curl -O $VENDORED_MEMCACHED
|
||||
curl -s -O $VENDORED_MEMCACHED
|
||||
ls
|
||||
tar -zxvf vendor-libmemcached.tar.gz
|
||||
ls
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user