chroot-functions.sh: Fix a mis-worded comment
[catalyst.git] / targets / support / chroot-functions.sh
index ce56157e728b481ae874986d2066adfe02856eb7..a31e8bf7ac55b5a8feddc4387da37ded97c64a71 100755 (executable)
@@ -169,7 +169,7 @@ setup_pkgmgr(){
        # We need to merge our package manager with USE="build" set in case it is
        # portage to avoid frying our /etc/portage/make.conf file.  Otherwise, we could
        # just let emerge @system could merge it.
-       # Use --update or portage won't reinstall the same version.
+       # Use --update or portage might just waste time/cycles and reinstall the same version.
        [ -e /etc/portage/make.conf ] && echo 'USE="${USE} build"' >> /etc/portage/make.conf
        run_merge --oneshot --update sys-apps/portage
        sed -i '/USE="${USE} build"/d' /etc/portage/make.conf