From 15acd305d1a636a4687ab01e1b9effad2a78cdbb Mon Sep 17 00:00:00 2001
From: Kenneth Reitz <me@kennethreitz.com>
Date: Fri, 1 Aug 2014 16:02:32 -0400
Subject: [PATCH] mkdir -p

---
 bin/steps/pylibmc | 1 +
 1 file changed, 1 insertion(+)

diff --git a/bin/steps/pylibmc b/bin/steps/pylibmc
index a2ae9322..0ba6b056 100755
--- a/bin/steps/pylibmc
+++ b/bin/steps/pylibmc
@@ -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
-- 
GitLab