--- doc/install/linux/install.pl 2011/03/28 13:27:56 1.6 +++ doc/install/linux/install.pl 2011/04/23 19:04:42 1.7 @@ -72,7 +72,7 @@ if (!open(LOG,">>loncapa_install.log")) &mt('Stopping execution.')."\n"; exit; } else { - print LOG '$Id: install.pl,v 1.6 2011/03/28 13:27:56 raeburn Exp $'."\n"; + print LOG '$Id: install.pl,v 1.7 2011/04/23 19:04:42 raeburn Exp $'."\n"; } # @@ -329,6 +329,8 @@ sub check_locale { $command = 'dpkg-reconfigure locales'; } elsif ($distro =~ /^ubuntu/) { $command = 'sudo set-language-env -E'; + } elsif ($distro =~ /^(suse|sles)/) { + $command = 'yast language'; } else { $command = 'system-config-language'; }