diff options
author | Matthew Somerville <matthew@mysociety.org> | 2014-12-12 12:22:26 +0000 |
---|---|---|
committer | Matthew Somerville <matthew@mysociety.org> | 2014-12-12 12:41:32 +0000 |
commit | 6257b1c812159b75b72ed46e46d3accdc79fa9ff (patch) | |
tree | 7d87de58682867d55467aa96b7ea9141bc9d6733 | |
parent | 244b2876c837f65ed9477a57c3ed297f493b44a5 (diff) |
Don't install open311-endpoint feature by default.
-rwxr-xr-x | bin/install_perl_modules | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/install_perl_modules b/bin/install_perl_modules index e86a55261..409fd054e 100755 --- a/bin/install_perl_modules +++ b/bin/install_perl_modules @@ -9,7 +9,7 @@ $DIR/bin/cpanm -l $DIR/local-carton Carton export PATH=$DIR/local-carton/bin:$PATH export PERL5LIB=$DIR/local-carton/lib/perl5 -carton install --deployment --without uk --without zurich +carton install --deployment --without uk --without zurich --without open311-endpoint if ! perl -MImage::Magick -e 'exit()' >/dev/null 2>&1 then |