From b599aab367c3bf0685ca17b13593023b510dbf4e Mon Sep 17 00:00:00 2001 From: Ettore Di Giacinto Date: Wed, 9 Sep 2015 15:56:00 +0200 Subject: [PATCH] [script] builder - enhancing output, that was just a LIE --- script/builder | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/script/builder b/script/builder index 073984d..e53b7e1 100755 --- a/script/builder +++ b/script/builder @@ -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");