This commit is contained in:
Kenneth Reitz
2014-08-01 16:05:57 -04:00
parent 2dd212d020
commit fa8e09ae9c
+1
View File
@@ -28,6 +28,7 @@ if (pip-grep -s requirements.txt pylibmc) then
mkdir -p .heroku/vendor
# Download and extract libmemcached into target vendor directory.
curl $VENDORED_MEMCACHED -s | tar zxv -C .heroku/vendor &> /dev/null
ls -l .heroku/vendor
export LIBMEMCACHED=$(pwd)/vendor
fi