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 62f5e132e..d7048e589 100755
--- a/move/make_live
+++ b/move/make_live
@@ -80,7 +80,7 @@ sub installPackages() {
$compssUsersChoice{qq(LOCALES"$_")} = 1 foreach lang::langsLANGUAGE({ all => 1 });
#- we don't want those
- foreach (qw(magicdev mdkonline)) {
+ foreach (qw(mdkonline)) {
my $pkg = pkgs::packageByName($o->{packages}, $_) or die "$_ not there anymore";
$pkg->set_rate(0);
}