From db2a7c4db3920aff6f3fee7a2e8c8d44e28eebaa Mon Sep 17 00:00:00 2001 From: Alex Muntada Date: Tue, 30 Oct 2018 17:28:55 +0100 Subject: [PATCH] Add local/bin to PATH Otherwise carton command is not found and then build fails. --- 2018/_src/build | 1 + 1 file changed, 1 insertion(+) diff --git a/2018/_src/build b/2018/_src/build index abb1001..9322d3d 100755 --- a/2018/_src/build +++ b/2018/_src/build @@ -11,6 +11,7 @@ else rm -rf ../index.html ../talks export PERL5LIB=$(pwd)/local/lib/perl5:$PERL5LIB + export PATH=$(pwd)/local/bin:$PATH cpanm --local-lib=$(pwd)/local -nq Carton carton install --deployment