]> SALOME platform Git repositories - tools/install.git/commitdiff
Salome HOME
Fix a small bug
authorvsr <vsr@opencascade.com>
Tue, 23 Mar 2004 16:19:43 +0000 (16:19 +0000)
committervsr <vsr@opencascade.com>
Tue, 23 Mar 2004 16:19:43 +0000 (16:19 +0000)
src/SALOME_InstallWizard.cxx

index fbbc4ad908a22661563b22b41abb471dcc2fe38c..7424e15a20f5b328d81839a603872a645c99397a 100644 (file)
@@ -1174,7 +1174,7 @@ void SALOME_InstallWizard::launchScript()
   QFileInfo fi_sh ( targetFolder->text() + "/env_products.sh");
   QFileInfo fi_csh( targetFolder->text() + "/env_products.csh");
   QCheckListItem* itemBin = findItem( "KERNEL-Bin" );
-  QCheckListItem* itemSrc = findItem( "KERNEL-Bin" );
+  QCheckListItem* itemSrc = findItem( "KERNEL-Src" );
   if ( itemBin /*&& !productsView->isNone( itemBin )*/ ) {
     if ( fi_sh.exists() ) {
       QString script = "cp " + fi_sh.filePath() + " " + targetFolder->text() + "/KERNEL_" + itemBin->text(1) + "/salome.sh";