summaryrefslogtreecommitdiffstats
path: root/host/lib/utils/images.cpp
diff options
context:
space:
mode:
authorJosh Blum <josh@joshknows.com>2012-10-29 19:42:29 -0700
committerJosh Blum <josh@joshknows.com>2012-11-08 18:36:59 -0800
commit6b2a2128426f0f17b6375a39efb37d7202f78574 (patch)
tree3f701643d0e5786395d8b176bce1b59c916a361c /host/lib/utils/images.cpp
parentc7968a6b0e544236657946943610b9a147b7d569 (diff)
downloaduhd-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.cpp2
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){