From b266bc0b87b1c583ca52bded3bc0fa477a52e69f Mon Sep 17 00:00:00 2001 From: Mike Hiretsky Date: Mon, 26 Dec 2011 11:36:30 +0400 Subject: [PATCH] Fix lang variable. --- src/calculateconfig.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/calculateconfig.cpp b/src/calculateconfig.cpp index ae94b5d..4fca24d 100644 --- a/src/calculateconfig.cpp +++ b/src/calculateconfig.cpp @@ -34,7 +34,7 @@ bool CalculateConfig::getDefaultConfig() qDebug() << "Start cl-install -v --xml --filter \"os_install|os_locale_lang$|os_disk|os_device|^cl_migrate_user$\""; cl_install.start( - "cl-install -v --xml --filter \"os_install|os_locale_lang|os_disk|os_device|^cl_migrate_user$\"" + "cl-install -v --xml --filter \"os_install|os_locale_lang|^os_lang$|os_disk|os_device|^cl_migrate_user$\"" ); if ( !cl_install.waitForStarted() )