diff options
author | Josh Blum <josh@joshknows.com> | 2013-01-23 04:45:57 -0800 |
---|---|---|
committer | Josh Blum <josh@joshknows.com> | 2013-01-23 04:45:57 -0800 |
commit | 1c21d1bc22e35bdb4b91450656974148d11519e0 (patch) | |
tree | d60bde38980ce2dacc576112996b4f9779edfa4a /host/lib/utils/images.cpp | |
parent | 190b4328b82c54985c6ca9fed948dcabe9a174db (diff) | |
parent | 6b2a2128426f0f17b6375a39efb37d7202f78574 (diff) | |
download | uhd-1c21d1bc22e35bdb4b91450656974148d11519e0.tar.gz uhd-1c21d1bc22e35bdb4b91450656974148d11519e0.tar.bz2 uhd-1c21d1bc22e35bdb4b91450656974148d11519e0.zip |
Merge branch 'fhs_work'
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){ |