[script/builder] ensuring symlink before build

This commit is contained in:
Ettore Di Giacinto
2015-12-21 19:46:09 +01:00
parent 49dc56a9c9
commit 5ba6427d98
+1 -1
View File
@@ -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";