1
0
mirror of https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git synced 2026-07-11 08:04:25 +00:00

Remove --sudo from ./xs too

This commit is contained in:
Alessandro Ranellucci
2013-06-24 16:04:00 +02:00
parent 607fea3aa4
commit b33b30b09d
+1 -1
View File
@@ -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;