summaryrefslogtreecommitdiffstats
path: root/perl-install/Makefile.config
Commit message (Expand)AuthorAgeFilesLines
* *** empty log message ***Francois Pons2000-04-071-1/+1
* no_commentPascal Rigaux2000-03-301-1/+1
* no_commentPascal Rigaux2000-03-091-1/+1
* no_commentPascal Rigaux2000-01-271-3/+4
* no_commentPascal Rigaux2000-01-271-1/+0
* no_commentPascal Rigaux2000-01-161-0/+2
* no_commentPascal Rigaux2000-01-071-2/+2
* no_commentPascal Rigaux2000-01-051-1/+1
* no_commentPascal Rigaux2000-01-041-2/+1
* no_commentPascal Rigaux1999-12-281-1/+1
* no_commentPascal Rigaux1999-12-141-0/+20
div class='hunk'>@@ -77,7 +77,7 @@ sub installPackages {
my %compssUsersChoice = map { $_ => 1 } map { @{$_->{flags}} } values %{$o->{compssUsers}};
$compssUsersChoice{$_} = 1 foreach 'SYSTEM', 'DVD', 'USB', 'SOUND', 'BURNER', 'UTF8', 'DOCS', 'TV', '3D', 'INSTALL';
- $compssUsersChoice{qq(LOCALES"$_")} = 1 foreach lang::list_langs();
+ $compssUsersChoice{qq(LOCALES"$_")} = 1 foreach lang::langsLANGUAGE({ all => 1 });
#- we don't want those
foreach (qw(magicdev mdkonline)) {