diff options
author | Yuta SATOH <nigoro.dev@gmail.com> | 2016-02-10 21:15:08 +0900 |
---|---|---|
committer | Yuta SATOH <nigoro.dev@gmail.com> | 2016-02-10 21:15:08 +0900 |
commit | 2f6a2d4322f2cc2f20e10d07c5932417bd1ede34 (patch) | |
tree | 7b752c7c3654f465901d766cb5cf9490db1e1070 | |
parent | sys-freebsd/grub2-bhyve: version bump. (diff) | |
download | gentoo-bsd-2f6a2d4322f2cc2f20e10d07c5932417bd1ede34.tar.gz gentoo-bsd-2f6a2d4322f2cc2f20e10d07c5932417bd1ede34.tar.bz2 gentoo-bsd-2f6a2d4322f2cc2f20e10d07c5932417bd1ede34.zip |
scripts/automatic_updater.sh: Drop -u option.
-rwxr-xr-x | scripts/automatic_updater.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/automatic_updater.sh b/scripts/automatic_updater.sh index 0ab1f22..6fd60f7 100755 --- a/scripts/automatic_updater.sh +++ b/scripts/automatic_updater.sh @@ -121,8 +121,8 @@ remove_perl(){ emerge_world(){ emerge sys-devel/libtool emerge -C dev-lang/python:3.2 && : - emerge -u dev-libs/libxml2 - emerge -u dev-libs/libxslt app-arch/libarchive dev-libs/glib + emerge dev-libs/libxml2 + emerge dev-libs/libxslt app-arch/libarchive dev-libs/glib emerge -e @world --exclude sys-apps/portage emerge sys-apps/portage } |