Skip to content

Commit

Permalink
Build redis in build environment folder
Browse files Browse the repository at this point in the history
  • Loading branch information
helhum committed Jul 1, 2012
1 parent 896d4dd commit 5c0c22f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions install-helper.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 5c0c22f

Please sign in to comment.