mirror of
https://github.com/pentoo/pentoo-overlay
synced 2025-12-15 21:02:30 +01:00
pentoo-updater: fix perl cleaner typo
This commit is contained in:
parent
a86ef18685
commit
def5968671
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue