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";