diff options
author | Struan Donald <struan@exo.org.uk> | 2011-12-23 16:57:49 +0000 |
---|---|---|
committer | Struan Donald <struan@exo.org.uk> | 2011-12-23 16:57:49 +0000 |
commit | 9cc7c8c6b6dc2865fa1e9b613f6770b97650a87c (patch) | |
tree | 137754b4a63353dd6b1dc3fd7967593d821f2978 /bin/install_perl_modules | |
parent | 5af1eeabbf308d6e2bde3531d6f1bb92e9e2f179 (diff) |
if carton was already installed then it may not be in ./local/bin
Diffstat (limited to 'bin/install_perl_modules')
-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 19c3dca95..7a3841aa2 100755 --- a/bin/install_perl_modules +++ b/bin/install_perl_modules @@ -8,7 +8,7 @@ chmod +x bin/cpanm export PATH=local/bin:$PATH export PERL5LIB=local/lib/perl5 -./local/bin/carton install --deployment +carton install --deployment perl -MImage::Magick -e 'exit()' >/dev/null 2>&1 |