none
This commit is contained in:
Jerry.Benton 2016-04-29 07:05:50 -04:00
parent f5dc14f725
commit 974ba007d3
3 changed files with 3 additions and 3 deletions

2
debian/install.sh vendored
View file

@ -462,7 +462,7 @@ if [ $CPANOPTION == 1 ]; then
echo "CPAN config missing. Creating one ..."; echo; echo "CPAN config missing. Creating one ..."; echo;
mkdir -p /root/.cpan/CPAN mkdir -p /root/.cpan/CPAN
cd /root/.cpan/CPAN cd /root/.cpan/CPAN
$CURL -O https://www.mailscanner.info/MyConfig.pm $CURL -O https://s3.amazonaws.com/msv5/CPAN/MyConfig.pm
cd $THISCURRPMDIR cd $THISCURRPMDIR
timewait 1 timewait 1
perl -MCPAN -e 'my $c = "CPAN::HandleConfig"; $c->load(doit => 1, autoconfig => 1); $c->edit(prerequisites_policy => "follow"); $c->edit(build_requires_install_policy => "yes"); $c->commit' perl -MCPAN -e 'my $c = "CPAN::HandleConfig"; $c->load(doit => 1, autoconfig => 1); $c->edit(prerequisites_policy => "follow"); $c->edit(build_requires_install_policy => "yes"); $c->commit'

View file

@ -541,7 +541,7 @@ if [ $CPANOPTION == 1 ]; then
echo "CPAN config missing. Creating one ..."; echo; echo "CPAN config missing. Creating one ..."; echo;
mkdir -p /root/.cpan/CPAN mkdir -p /root/.cpan/CPAN
cd /root/.cpan/CPAN cd /root/.cpan/CPAN
$CURL -O https://www.mailscanner.info/MyConfig.pm $CURL -O https://s3.amazonaws.com/msv5/CPAN/MyConfig.pm
cd $THISCURRPMDIR cd $THISCURRPMDIR
timewait 1 timewait 1
fi fi

View file

@ -474,7 +474,7 @@ if [ $CPANOPTION == 1 ]; then
echo "CPAN config missing. Creating one ..."; echo; echo "CPAN config missing. Creating one ..."; echo;
mkdir -p /root/.cpan/CPAN mkdir -p /root/.cpan/CPAN
cd /root/.cpan/CPAN cd /root/.cpan/CPAN
$CURL -O https://www.mailscanner.info/MyConfig.pm $CURL -O https://s3.amazonaws.com/msv5/CPAN/MyConfig.pm
cd $THISCURRPMDIR cd $THISCURRPMDIR
timewait 1 timewait 1
fi fi