Update linux-headers before glibc rebuild.

This commit is contained in:
Kolan Sh 2012-07-27 12:26:59 +04:00
parent 98fbeebc5e
commit 0c415faa31
1 changed files with 1 additions and 1 deletions

View File

@ -188,7 +188,7 @@ if [ 5 -eq $STAGE ]; then
[ 0 -ne $? ] && echo "Stage $STAGE: cann't remove /etc/portage/need_libtool_rebuild ;-( =======" && exit $STAGE
fi
if [ -f /etc/portage/need_glibc_rebuild ]; then
emerge -1vq sys-libs/glibc
emerge -1vq sys-kernel/linux-headers sys-libs/glibc
rm /etc/portage/need_glibc_rebuild
[ 0 -ne $? ] && echo "Stage $STAGE: cann't remove /etc/portage/need_glibc_rebuild ;-( =======" && exit $STAGE
fi