diff options
author | Yuta SATOH <nigoro@gentoo.gr.jp> | 2015-08-15 09:46:58 +0900 |
---|---|---|
committer | Yuta SATOH <nigoro@gentoo.gr.jp> | 2015-08-15 09:46:58 +0900 |
commit | ac58cf04623d1dd665422cb150207af366c75f52 (patch) | |
tree | c68b1959302199823d20a559510a8930a9171d80 | |
parent | Replace Header. (diff) | |
download | gentoo-bsd-ac58cf04623d1dd665422cb150207af366c75f52.tar.gz gentoo-bsd-ac58cf04623d1dd665422cb150207af366c75f52.tar.bz2 gentoo-bsd-ac58cf04623d1dd665422cb150207af366c75f52.zip |
automatic_updater.sh: added --nodeps
-rwxr-xr-x[-rw-r--r--] | scripts/automatic_updater.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/automatic_updater.sh b/scripts/automatic_updater.sh index c0663b2..258424c 100644..100755 --- a/scripts/automatic_updater.sh +++ b/scripts/automatic_updater.sh @@ -46,7 +46,7 @@ update_portage(){ } update_minimal(){ - emerge sys-freebsd/freebsd-mk-defs + emerge --nodeps sys-freebsd/freebsd-mk-defs emerge -u sys-apps/findutils --exclude sys-freebsd/* emerge sys-devel/libtool --exclude sys-freebsd/* emerge -u sys-devel/flex sys-devel/patch sys-devel/m4 net-libs/libpcap sys-devel/gettext app-arch/libarchive sys-libs/zlib dev-util/dialog --exclude sys-freebsd/* |