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