Package filtering when upgrading the script.

This commit is contained in:
Kolan Sh 2013-08-13 11:24:43 +04:00
parent b266abbaf1
commit b6de5812bb
1 changed files with 1 additions and 1 deletions

View File

@ -79,7 +79,7 @@ let STAGE_CNT++
if [ $STAGE_CNT -eq $STAGE ]; then
echo "======= STAGE $STAGE: Updating gentoo-upgrade script ======="
if [ `which smart-live-rebuild 2>/dev/null` ]; then
$NICE_CMD smart-live-rebuild app-admin/gentoo-upgrade
$NICE_CMD smart-live-rebuild -f app-admin/gentoo-upgrade
[ 0 -ne $? ] && echo "Stage $STAGE: Updating gentoo-upgrade script failed ;-( =======" && exit $STAGE
fi