diff options
author | michael-west <michael.west@ettus.com> | 2018-05-17 20:03:08 -0700 |
---|---|---|
committer | Martin Braun <martin.braun@ettus.com> | 2018-05-18 09:25:59 -0700 |
commit | f95e7a9015216e06670b6b470730e54e99ad15d0 (patch) | |
tree | 95acf4c87b58681620c7d82107004692de23129a /host | |
parent | 3964021e9781be74db932c3ceacbb40a93c12287 (diff) | |
download | uhd-f95e7a9015216e06670b6b470730e54e99ad15d0.tar.gz uhd-f95e7a9015216e06670b6b470730e54e99ad15d0.tar.bz2 uhd-f95e7a9015216e06670b6b470730e54e99ad15d0.zip |
Debian: Fix bad path in libuhd-dev.install
Diffstat (limited to 'host')
-rw-r--r-- | host/cmake/debian/libuhd-dev.install | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/host/cmake/debian/libuhd-dev.install b/host/cmake/debian/libuhd-dev.install index 42df88386..76008d09e 100644 --- a/host/cmake/debian/libuhd-dev.install +++ b/host/cmake/debian/libuhd-dev.install @@ -1,5 +1,5 @@ usr/include usr/lib/*/pkgconfig usr/lib/*/libuhd.so -usr/lib/cmake/uhd/*.cmake +usr/lib/*/cmake/uhd/*.cmake usr/share/doc/uhd/doxygen /usr/share/doc/libuhd-dev/ |