pentoo-updater: fix perl cleaner typo

This commit is contained in:
Rick Farina (Zero_Chaos) 2021-05-27 12:21:29 -04:00
parent a86ef18685
commit def5968671
No known key found for this signature in database
GPG key ID: A29433C0AA431DDC

View file

@ -548,7 +548,7 @@ main_upgrades() {
set_java #might fail, run it a few times
set_ruby
perl-cleaner ---modules -- --buildpkg=y || safe_exit
perl-cleaner --modules -- --buildpkg=y || safe_exit
emerge --deep --update --newuse -kb --changed-deps --newrepo @world || safe_exit
set_java #might fail, run it a few times