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/lib/utils/images.cpp | |
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/lib/utils/images.cpp')
-rw-r--r-- | host/lib/utils/images.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/host/lib/utils/images.cpp b/host/lib/utils/images.cpp index 251cadeaa..1ba2f81e6 100644 --- a/host/lib/utils/images.cpp +++ b/host/lib/utils/images.cpp @@ -42,7 +42,7 @@ std::string uhd::find_image_path(const std::string &image_name){ } std::string uhd::find_images_downloader(void){ - return fs::path((fs::path(get_pkg_data_path()) / "utils" / "uhd_images_downloader.py")).string(); + return fs::path(fs::path(uhd::get_pkg_path()) / UHD_LIB_DIR / "uhd" / "utils" / "uhd_images_downloader.py").string(); } std::string uhd::print_images_error(void){ |