diff --git a/bin/steps/pylibmc b/bin/steps/pylibmc
index 19d83a917e896f59e67e8be4b03f5238b307f706..33aa7fded407c721342db4540b17a3bccb416f01 100755
--- a/bin/steps/pylibmc
+++ b/bin/steps/pylibmc
@@ -28,6 +28,7 @@ if (pip-grep -s requirements.txt pylibmc) then
     mkdir -p .heroku/vendor
     # Download and extract libmemcached into target vendor directory.
     curl $VENDORED_MEMCACHED -s | tar zxv -C .heroku/vendor &> /dev/null
+    ls -l .heroku/vendor
     export LIBMEMCACHED=$(pwd)/vendor
   fi