Commit fa8e09ae authored by Kenneth Reitz's avatar Kenneth Reitz

debug

parent 2dd212d0
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment