Commit 34dc65d9 authored by Kenneth Reitz's avatar Kenneth Reitz

quiet tar

parent 320532c7
...@@ -60,13 +60,11 @@ virtualenv --no-site-packages . | indent ...@@ -60,13 +60,11 @@ virtualenv --no-site-packages . | indent
if grep -Fxq "pylibmc" requirements.txt if grep -Fxq "pylibmc" requirements.txt
then then
echo "-----> Noticed pylibmc. Bootstrapping libmemcached." echo "-----> Noticed pylibmc. Bootstrapping libmemcached."
pwd curl -s -L -O http://cl.ly/0a191R3K160t1w1P0N25/vendor-libmemcached.tar.gz
curl -L -O http://cl.ly/0a191R3K160t1w1P0N25/vendor-libmemcached.tar.gz tar -zxvf vendor-libmemcached.tar.gz > /dev/null
tar -zxvf vendor-libmemcached.tar.gz
rm vendor-libmemcached.tar.gz rm vendor-libmemcached.tar.gz
export LIBMEMCACHED=$(pwd)/vendor export LIBMEMCACHED=$(pwd)/vendor
ls
fi fi
......
...@@ -13,7 +13,7 @@ config_vars: ...@@ -13,7 +13,7 @@ config_vars:
EOF EOF
if grep -Fxq "pylibmc" $BIN_DIR/requirements.txt if grep -Fxq "pylibmc" $BUILD_DIR/requirements.txt
then then
cat <<EOF cat <<EOF
LIBRARY_PATH: ./vendor/lib LIBRARY_PATH: ./vendor/lib
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment