gentooup.sh: do not use binary packages for live-ebuilds or @preserved-rebuild
This commit is contained in:
parent
8a3a2b9b22
commit
b33501dd7f
1 changed files with 1 additions and 1 deletions
|
@ -86,7 +86,7 @@ fi
|
|||
|
||||
echo "Started at $STARTDATE"
|
||||
echo "***************** rebuild packages *******************"
|
||||
echo "run emerge -v ${PORTAGE_OPTIONS[*]} ${SETS[*]}"
|
||||
echo "run emerge -v --getbinpkg=n --usepkg=n ${PORTAGE_OPTIONS[*]} ${SETS[*]}"
|
||||
emerge -v "${PORTAGE_OPTIONS[@]}" "${SETS[@]}"
|
||||
|
||||
if [[ -n "$(which webappup.sh 2> /dev/null)" ]] ; then
|
||||
|
|
Loading…
Add table
Reference in a new issue