about summary refs log tree commit diff
path: root/pkgs/tools/filesystems/irods/irods_root_path.patch
blob: c88169ac023f6d61b85fc86e24ce8a231fc04486 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- a/lib/core/src/irods_default_paths.cpp	2016-10-24 17:09:02.955889536 +0200
+++ b/lib/core/src/irods_default_paths.cpp	2016-10-24 17:09:43.178722157 +0200
@@ -18,7 +18,7 @@
         try {
             boost::filesystem::path path{dl_info.dli_fname};
             path = boost::filesystem::canonical(path);
-            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
+            path.remove_filename().remove_filename(); // Removes filename and the two directories (usr and lib) between libirods_common.so and base of irods install
             return path;
         } catch(const boost::filesystem::filesystem_error& e) {
             THROW(-1, e.what());