diff options
author | Josh Blum <josh@joshknows.com> | 2012-10-29 19:42:29 -0700 |
---|---|---|
committer | Josh Blum <josh@joshknows.com> | 2012-11-08 18:36:59 -0800 |
commit | 6b2a2128426f0f17b6375a39efb37d7202f78574 (patch) | |
tree | 3f701643d0e5786395d8b176bce1b59c916a361c /host/include | |
parent | c7968a6b0e544236657946943610b9a147b7d569 (diff) | |
download | uhd-6b2a2128426f0f17b6375a39efb37d7202f78574.tar.gz uhd-6b2a2128426f0f17b6375a39efb37d7202f78574.tar.bz2 uhd-6b2a2128426f0f17b6375a39efb37d7202f78574.zip |
uhd: work on moving binaries to lib/uhd
Diffstat (limited to 'host/include')
-rw-r--r-- | host/include/uhd/utils/paths.hpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/host/include/uhd/utils/paths.hpp b/host/include/uhd/utils/paths.hpp index f5a40b2c9..e0f455e92 100644 --- a/host/include/uhd/utils/paths.hpp +++ b/host/include/uhd/utils/paths.hpp @@ -29,8 +29,8 @@ namespace uhd{ //! Get a string representing the system's appdata directory UHD_API std::string get_app_path(void); - //! Get a string representing the system's pkg data directory - UHD_API std::string get_pkg_data_path(void); + //! Get a string representing the system's pkg directory + UHD_API std::string get_pkg_path(void); } //namespace uhd |