From 5ba6427d98e10c1b2f7d4f6f829300cc001fe1f4 Mon Sep 17 00:00:00 2001 From: Ettore Di Giacinto Date: Mon, 21 Dec 2015 19:46:09 +0100 Subject: [PATCH] [script/builder] ensuring symlink before build --- script/builder | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/script/builder b/script/builder index 7175106..2a98ae0 100755 --- a/script/builder +++ b/script/builder @@ -70,7 +70,7 @@ say "* Syncing stuff for you, if it's the first time, can take a while"; # Syncronizing portage configuration and adding overlays system("echo 'en_US.UTF-8 UTF-8' > /etc/locale.gen"); #be sure about that. -system("cd /etc/portage/;git checkout master; git pull"); +system("cd /etc/portage/;git checkout master; git pull;rm -rfv make.conf;ln -s make.conf.amd64 make.conf"); system("echo 'y' | layman -f -a $_") for @overlays; my $reponame="LocalOverlay";