From dfefce2876eac37a91f9ad99e062005ce030eb88 Mon Sep 17 00:00:00 2001 From: Martin Braun Date: Mon, 16 Mar 2020 14:33:07 -0700 Subject: debian: Rename control file for libuhd to contain 4.0.0 version --- host/cmake/debian/libuhd3.14.0.install | 2 -- host/cmake/debian/libuhd4.0.0.install | 2 ++ 2 files changed, 2 insertions(+), 2 deletions(-) delete mode 100644 host/cmake/debian/libuhd3.14.0.install create mode 100644 host/cmake/debian/libuhd4.0.0.install (limited to 'host/cmake') diff --git a/host/cmake/debian/libuhd3.14.0.install b/host/cmake/debian/libuhd3.14.0.install deleted file mode 100644 index b13e00bd7..000000000 --- a/host/cmake/debian/libuhd3.14.0.install +++ /dev/null @@ -1,2 +0,0 @@ -usr/lib/*/*.so.* -usr/share/uhd diff --git a/host/cmake/debian/libuhd4.0.0.install b/host/cmake/debian/libuhd4.0.0.install new file mode 100644 index 000000000..b13e00bd7 --- /dev/null +++ b/host/cmake/debian/libuhd4.0.0.install @@ -0,0 +1,2 @@ +usr/lib/*/*.so.* +usr/share/uhd -- cgit v1.2.3