[script] builder - enhancing output, that was just a LIE

This commit is contained in:
Ettore Di Giacinto
2015-09-09 15:56:00 +02:00
parent e3e82927ef
commit b599aab367
+2 -1
View File
@@ -59,7 +59,6 @@ qx{ls /usr/portage/licenses -1 | xargs -0 > /etc/entropy/packages/license.accept
system("equo up && equo u"); # Better don't be behind
qx|echo 'ACCEPT_LICENSE="*"' >> /etc/portage/make.conf|; #just plain evil.
say "* Ready to compile, finger crossed";
# Separating packages from args
my @args;
@@ -80,5 +79,7 @@ say "Installing those deps with equo",@packages_deps;
system("equo i $_") for @packages_deps;
say "* Ready to compile, finger crossed";
system("emerge @args -j $jobs --buildpkg @packages");