diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2004-06-22 05:04:24 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2004-06-22 05:04:24 +0000 |
commit | 54e04ff9e48bdda51058827b31312c4c8545a55c (patch) | |
tree | df0b1d47551e1e2b94945b45c38a1ba749bd3f87 /move/make_live | |
parent | 07b53bad3e209765ee347583741c37a33cb3a575 (diff) | |
download | drakx-54e04ff9e48bdda51058827b31312c4c8545a55c.tar drakx-54e04ff9e48bdda51058827b31312c4c8545a55c.tar.gz drakx-54e04ff9e48bdda51058827b31312c4c8545a55c.tar.bz2 drakx-54e04ff9e48bdda51058827b31312c4c8545a55c.tar.xz drakx-54e04ff9e48bdda51058827b31312c4c8545a55c.zip |
we do want magicdev now
Diffstat (limited to 'move/make_live')
-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 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); } |