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

debug

parent 2dd212d0
No related branches found
No related tags found
No related merge requests found
...@@ -28,6 +28,7 @@ if (pip-grep -s requirements.txt pylibmc) then ...@@ -28,6 +28,7 @@ if (pip-grep -s requirements.txt pylibmc) then
mkdir -p .heroku/vendor 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 &> /dev/null curl $VENDORED_MEMCACHED -s | tar zxv -C .heroku/vendor &> /dev/null
ls -l .heroku/vendor
export LIBMEMCACHED=$(pwd)/vendor export LIBMEMCACHED=$(pwd)/vendor
fi fi
......
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