aboutsummaryrefslogtreecommitdiffstats
path: root/host/cmake/debian/postinst.in
diff options
context:
space:
mode:
Diffstat (limited to 'host/cmake/debian/postinst.in')
-rwxr-xr-xhost/cmake/debian/postinst.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/host/cmake/debian/postinst.in b/host/cmake/debian/postinst.in
index 6c6594b91..3991992ee 100755
--- a/host/cmake/debian/postinst.in
+++ b/host/cmake/debian/postinst.in
@@ -17,7 +17,7 @@
#
if [ "$1" = "configure" ]; then
- cp @CMAKE_INSTALL_PREFIX@/share/uhd/utils/uhd-usrp.rules /etc/udev/rules.d/uhd-usrp.rules
+ cp @CMAKE_INSTALL_PREFIX@/lib/uhd/utils/uhd-usrp.rules /etc/udev/rules.d/uhd-usrp.rules
udevadm control --reload-rules
udevadm trigger
ldconfig