From 3db30f5ccdd6872765caea3870042a4f81ee41aa Mon Sep 17 00:00:00 2001 From: Yuta SATOH Date: Sun, 12 Jul 2015 13:23:49 +0900 Subject: automatic_updater.sh: Updates run required before emerge -e @world. --- scripts/automatic_updater.sh | 2 ++ 1 file changed, 2 insertions(+) (limited to 'scripts') 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 } -- cgit v1.2.3-65-gdbad