From e5cfc82d6f72bcad12b5641ab5e29576479e49ca Mon Sep 17 00:00:00 2001 From: =?utf8?q?Marek=20Vavru=C5=A1a?= Date: Thu, 10 Dec 2015 23:32:52 +0100 Subject: [PATCH] build: do not rebuild hiredis/libmc every time --- scripts/bootstrap-depends.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/bootstrap-depends.sh b/scripts/bootstrap-depends.sh index 595b2a9c5..3631130a2 100755 --- a/scripts/bootstrap-depends.sh +++ b/scripts/bootstrap-depends.sh @@ -93,8 +93,8 @@ fi if [ "${TRAVIS_OS_NAME}" == "linux" ]; then pip install --user ${USER} ${PIP_PKGS} || true rm ${HOME}/.cache/pip/log/debug.log || true - pkg hiredis ${HIREDIS_URL} ${HIREDIS_TAG} hiredis/hiredis.h install PREFIX=${PREFIX} - pkg libmemcached ${LIBMEMCACHED_URL} ${LIBMEMCACHED_TAG} libmemcached/memcached.h + pkg hiredis ${HIREDIS_URL} ${HIREDIS_TAG} include/hiredis/hiredis.h install PREFIX=${PREFIX} + pkg libmemcached ${LIBMEMCACHED_URL} ${LIBMEMCACHED_TAG} include/libmemcached/memcached.h fi pkg gmp ${GMP_URL} ${GMP_TAG} include/gmp.h --disable-static -- 2.47.2