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

bugfix!

parent fb189482
No related branches found
No related tags found
No related merge requests found
...@@ -19,7 +19,6 @@ bpwatch start pylibmc_install ...@@ -19,7 +19,6 @@ bpwatch start pylibmc_install
# If pylibmc exists within requirements, use vendored libmemcached. # If pylibmc exists within requirements, use vendored libmemcached.
if (pip-grep -s requirements.txt pylibmc) then if (pip-grep -s requirements.txt pylibmc) then
cd .heroku
if [ -d "vendor/lib/sasl2" ]; then if [ -d "vendor/lib/sasl2" ]; then
export LIBMEMCACHED=$(pwd)/vendor export LIBMEMCACHED=$(pwd)/vendor
...@@ -28,11 +27,9 @@ if (pip-grep -s requirements.txt pylibmc) then ...@@ -28,11 +27,9 @@ 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
cd ..
fi fi
bpwatch stop pylibmc_install bpwatch stop pylibmc_install
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