* cpanm seems to install in the correct paths already these days

This commit is contained in:
Erik Huelsmann 2017-08-14 11:30:21 +02:00
parent 2fc8e55367
commit d265b58372

View File

@ -27,16 +27,5 @@ fi
# --postgres_password "$POSTGRES_PASS" # --postgres_password "$POSTGRES_PASS"
#fi #fi
# Needed for modules loaded by cpanm
export PERL5LIB
for PerlLib in /usr/lib/perl5* /usr/local/lib/perl5*/site_perl/* ; do
[[ -d "$PerlLib" ]] && {
PERL5LIB="$PerlLib";
echo -e "\tmaybe: $PerlLib";
}
done ;
echo "Selected PERL5LIB=$PERL5LIB";
# start ledgersmb # start ledgersmb
exec starman --port 5762 tools/starman.psgi exec starman --port 5762 tools/starman.psgi