diff options
author | Yuta SATOH <nigoro@gentoo.gr.jp> | 2015-07-12 13:23:49 +0900 |
---|---|---|
committer | Yuta SATOH <nigoro@gentoo.gr.jp> | 2015-07-12 13:23:49 +0900 |
commit | 3db30f5ccdd6872765caea3870042a4f81ee41aa (patch) | |
tree | 988cca0a7dee47ad0730507384ab7a1eb2ae69f9 /scripts | |
parent | stages_builder.sh: When it contains forcestage3 in FORCESTAGE3, disables upda... (diff) | |
download | gentoo-bsd-3db30f5ccdd6872765caea3870042a4f81ee41aa.tar.gz gentoo-bsd-3db30f5ccdd6872765caea3870042a4f81ee41aa.tar.bz2 gentoo-bsd-3db30f5ccdd6872765caea3870042a4f81ee41aa.zip |
automatic_updater.sh: Updates run required before emerge -e @world.
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/automatic_updater.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/scripts/automatic_updater.sh b/scripts/automatic_updater.sh index c84a60e..9585af5 100644 --- a/scripts/automatic_updater.sh +++ b/scripts/automatic_updater.sh @@ -102,6 +102,8 @@ post_freebsd_userland(){ emerge_world(){ emerge sys-devel/libtool + emerge -u dev-libs/libxml2 + emerge -u dev-libs/libxslt app-arch/libarchive dev-libs/glib emerge -e @world --exclude sys-apps/portage emerge sys-apps/portage } |