From: Eduardo Davila Date: Tue, 8 Mar 2011 11:32:02 +0000 (+0000) Subject: BUG find package, add dir bbtkconfiguration /usr/lib /usr/lib64 X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=commitdiff_plain;h=e249b08904f1f8a4349706e74768ed47a3e17aee;p=bbtk.git BUG find package, add dir bbtkconfiguration /usr/lib /usr/lib64 --- diff --git a/kernel/src/bbtkConfigurationFile.cxx b/kernel/src/bbtkConfigurationFile.cxx index 3721d79..408c7f7 100644 --- a/kernel/src/bbtkConfigurationFile.cxx +++ b/kernel/src/bbtkConfigurationFile.cxx @@ -2,8 +2,8 @@ Program: bbtk Module: $RCSfile: bbtkConfigurationFile.cxx,v $ Language: C++ - Date: $Date: 2011/02/28 19:06:55 $ - Version: $Revision: 1.35 $ + Date: $Date: 2011/03/08 11:32:02 $ + Version: $Revision: 1.36 $ =========================================================================*/ /* --------------------------------------------------------------------- @@ -157,6 +157,8 @@ namespace bbtk mPackage_paths.push_back(mBin_path); // add system lib path (for install tree) //EED mPackage_paths.push_back(mInstall_path + mFile_separator + "lib"); + mPackage_paths.push_back(mInstall_path + "/lib"); + mPackage_paths.push_back(mInstall_path + "/lib64"); mPackage_paths.push_back(mInstall_path + "/lib/creatools"); mPackage_paths.push_back(mInstall_path + "/lib64/creatools"); #ifdef WIN32