Commit 15acd305 authored by Kenneth Reitz's avatar Kenneth Reitz

mkdir -p

parent 5a65a39c
......@@ -25,6 +25,7 @@ if (pip-grep -s requirements.txt pylibmc) then
export LIBMEMCACHED=$(pwd)/vendor
else
echo "-----> Noticed pylibmc. Bootstrapping libmemcached."
mkdir -p .heroku/vendor
# Download and extract libmemcached into target vendor directory.
curl $VENDORED_MEMCACHED -s | tar zxv -C .heroku/vendor
export LIBMEMCACHED=$(pwd)/vendor
......
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