summaryrefslogtreecommitdiffstats
path: root/move
diff options
context:
space:
mode:
Diffstat (limited to 'move')
-rwxr-xr-xmove/make_live2
1 files changed, 1 insertions, 1 deletions
diff --git a/move/make_live b/move/make_live
index 36a9a1228..036c33c73 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)) {
+ foreach (qw(mdkonline quanta crack-attack crack-attack-music crack-attack-sounds)) {
my $pkg = pkgs::packageByName($o->{packages}, $_) or die "$_ not there anymore";
$pkg->set_rate(0);
}