eee
This commit is contained in:
@@ -54,10 +54,6 @@ echo "Packages to build: $(wc -l < "$CTX/var/lib/portage/world")"
|
||||
# make.conf
|
||||
mkdir -p "$CTX/etc/portage"
|
||||
cp "$REPO/binhost/make.conf" "$CTX/etc/portage/make.conf"
|
||||
{
|
||||
# we don't want build to fail bcs of EULA check..
|
||||
echo 'ACCEPT_LICENSE="*"'
|
||||
} >> "$CTX/etc/portage/make.conf"
|
||||
|
||||
echo "Starting Builder..."
|
||||
|
||||
@@ -99,7 +95,7 @@ echo "> Setting Profile..."
|
||||
eselect profile set "$PROFILE"
|
||||
|
||||
echo "> Building World..."
|
||||
emerge --verbose --buildpkg --update --deep --newuse --changed-use --with-bdeps=y --keep-going @world
|
||||
emerge --verbose --usepkg --buildpkg --update --deep --newuse --changed-use --with-bdeps=y --keep-going @world
|
||||
|
||||
echo "> Cleaning up..."
|
||||
emerge --depclean
|
||||
|
||||
Reference in New Issue
Block a user