From b33b30b09df4ad33f42a53ef4e51518a9af1e1af Mon Sep 17 00:00:00 2001 From: Alessandro Ranellucci Date: Mon, 24 Jun 2013 16:04:00 +0200 Subject: [PATCH] Remove --sudo from ./xs too --- Build.PL | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Build.PL b/Build.PL index ae12e2daa..faf162490 100644 --- a/Build.PL +++ b/Build.PL @@ -77,7 +77,7 @@ foreach my $module (sort keys %modules) { } } exit if $ENV{SLIC3R_NO_AUTO}; -system $cpanm, '--sudo', '--reinstall', './xs'; +system $cpanm, '--reinstall', './xs'; if (eval "use App::Prove; 1") { App::Prove->new->run;