From 5c0c22f62e79c3f122225c7856b97603bf89b0ad Mon Sep 17 00:00:00 2001 From: Helmut Hummel Date: Sun, 1 Jul 2012 14:44:12 +0200 Subject: [PATCH] Build redis in build environment folder --- install-helper.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/install-helper.sh b/install-helper.sh index 0ed9b8b..abe1585 100755 --- a/install-helper.sh +++ b/install-helper.sh @@ -44,8 +44,8 @@ function installPhpModule() { function installRedis() { _pwd=$PWD - mkdir phpredis-build - cd phpredis-build + mkdir build-environment/phpredis-build + cd build-environment/phpredis-build $DEBUG git clone --depth 1 git://github.com/nicolasff/phpredis.git $DEBUG cd phpredis $DEBUG phpize