Skip to content
Snippets Groups Projects
Commit 15acd305 authored by Kenneth Reitz's avatar Kenneth Reitz
Browse files

mkdir -p

parent 5a65a39c
No related branches found
No related tags found
No related merge requests found
...@@ -25,6 +25,7 @@ if (pip-grep -s requirements.txt pylibmc) then ...@@ -25,6 +25,7 @@ if (pip-grep -s requirements.txt pylibmc) then
export LIBMEMCACHED=$(pwd)/vendor export LIBMEMCACHED=$(pwd)/vendor
else else
echo "-----> Noticed pylibmc. Bootstrapping libmemcached." echo "-----> Noticed pylibmc. Bootstrapping libmemcached."
mkdir -p .heroku/vendor
# Download and extract libmemcached into target vendor directory. # Download and extract libmemcached into target vendor directory.
curl $VENDORED_MEMCACHED -s | tar zxv -C .heroku/vendor curl $VENDORED_MEMCACHED -s | tar zxv -C .heroku/vendor
export LIBMEMCACHED=$(pwd)/vendor export LIBMEMCACHED=$(pwd)/vendor
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment