diff options
author | Yuta SATOH <nigoro@gentoo.gr.jp> | 2015-07-12 21:09:01 +0900 |
---|---|---|
committer | Yuta SATOH <nigoro@gentoo.gr.jp> | 2015-07-12 21:09:01 +0900 |
commit | f61fe5bb3edcfd2855127dbed5a2b12bedd66f1b (patch) | |
tree | e82aff73c4bc45b705741d4856f75d482873fe35 /scripts | |
parent | automatic_updater.sh: added perl-cleaner --all (diff) | |
download | gentoo-bsd-f61fe5bb3edcfd2855127dbed5a2b12bedd66f1b.tar.gz gentoo-bsd-f61fe5bb3edcfd2855127dbed5a2b12bedd66f1b.tar.bz2 gentoo-bsd-f61fe5bb3edcfd2855127dbed5a2b12bedd66f1b.zip |
automatic_updater.sh: added -D option
Diffstat (limited to 'scripts')
-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 de9ca0e..31c5528 100644 --- a/scripts/automatic_updater.sh +++ b/scripts/automatic_updater.sh @@ -102,7 +102,7 @@ post_freebsd_userland(){ } emerge_world(){ - emerge -u dev-lang/perl + emerge -uD dev-lang/perl perl-cleaner --all emerge sys-devel/libtool emerge -u dev-libs/libxml2 |