at 17.09-beta 11 lines 784 B view raw
1--- a/lib/core/src/irods_default_paths.cpp 2016-10-24 17:09:02.955889536 +0200 2+++ b/lib/core/src/irods_default_paths.cpp 2016-10-24 17:09:43.178722157 +0200 3@@ -18,7 +18,7 @@ 4 try { 5 boost::filesystem::path path{dl_info.dli_fname}; 6 path = boost::filesystem::canonical(path); 7- path.remove_filename().remove_filename().remove_filename(); // Removes filename and the two directories (usr and lib) between libirods_common.so and base of irods install 8+ path.remove_filename().remove_filename(); // Removes filename and the two directories (usr and lib) between libirods_common.so and base of irods install 9 return path; 10 } catch(const boost::filesystem::filesystem_error& e) { 11 THROW(-1, e.what());