[script/builder] ensuring symlink before build
This commit is contained in:
+1
-1
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user