diff options
-rwxr-xr-x | move/make_live | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/move/make_live b/move/make_live index 25e1e428e..249989043 100755 --- a/move/make_live +++ b/move/make_live @@ -81,7 +81,7 @@ sub installPackages() { $compssUsersChoice{qq(LOCALES"$_")} = 1 foreach lang::langsLANGUAGE({ all => 1 }); #- we don't want those - foreach (qw(mdkonline quanta crack-attack crack-attack-music crack-attack-sounds)) { + foreach (qw(mdkonline quanta)) { my $pkg = pkgs::packageByName($o->{packages}, $_) or die "$_ not there anymore"; $pkg->set_rate(0); } |