]> Creatis software - creaToolsTools.git/commitdiff
Fix mistyping
authorjean-pierre roux <jean-pierre.roux@creatis.insa-lyon.fr>
Tue, 9 Nov 2010 18:21:57 +0000 (18:21 +0000)
committerjean-pierre roux <jean-pierre.roux@creatis.insa-lyon.fr>
Tue, 9 Nov 2010 18:21:57 +0000 (18:21 +0000)
Install_ThirdParty/scripts/install_thirdparty_all.sh

index ed267b51df32cef002003bcdb219f38ff32481c8..f4f7aebd1877e58ccdee6d87890a0bb772b1f4dd 100644 (file)
@@ -187,10 +187,10 @@ sudo echo export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:$VTK_DIR          >> $THIRDPAR
 
 #  modify .bashrc
 # - remove line 'sh $installPrefix/thirdparty_install/share/creatools_third_party_libraries_config.sh' if any (with accurate value for ???)
-sed -i -e 's/.*creatools_third_party_library_config.*/  /g' ~/.bashrc
+sed -i -e 's/.*creatools_third_party_libraries_config.*/  /g' ~/.bashrc
 
 # - add line 'sh $installPrefix/thirdparty_install/share/creatools_third_party_libraries_config.sh' (with accurate value for ???)
-echo sh $THIRDPARTY_INSTALL_DIR/creatools_third_party_libraries_config.sh >> ~/.bashrc 
+echo sh $THIRDPARTY_INSTALL_DIR/share/creatools_third_party_libraries_config.sh >> ~/.bashrc