diff options
author | Yuta SATOH <nigoro@gentoo.gr.jp> | 2015-07-12 19:52:08 +0900 |
---|---|---|
committer | Yuta SATOH <nigoro@gentoo.gr.jp> | 2015-07-12 19:52:08 +0900 |
commit | 15ec8adb0366f4200bdbe2281e159601d53a9a13 (patch) | |
tree | 453fdd5aa28ce4ab61ac4a3f3e3437e06f7fa426 /scripts | |
parent | added catalyst sample specs. (diff) | |
download | gentoo-bsd-15ec8adb0366f4200bdbe2281e159601d53a9a13.tar.gz gentoo-bsd-15ec8adb0366f4200bdbe2281e159601d53a9a13.tar.bz2 gentoo-bsd-15ec8adb0366f4200bdbe2281e159601d53a9a13.zip |
automatic_updater.sh: added perl-cleaner --all
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 d6bcf60..de9ca0e 100644 --- a/scripts/automatic_updater.sh +++ b/scripts/automatic_updater.sh @@ -102,6 +102,8 @@ post_freebsd_userland(){ } emerge_world(){ + emerge -u dev-lang/perl + perl-cleaner --all emerge sys-devel/libtool emerge -u dev-libs/libxml2 emerge -u dev-libs/libxslt app-arch/libarchive dev-libs/glib |