diff options
Diffstat (limited to 'host/cmake/redhat/post_install.in')
-rwxr-xr-x | host/cmake/redhat/post_install.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/host/cmake/redhat/post_install.in b/host/cmake/redhat/post_install.in index d02ba4441..c7820ff98 100755 --- a/host/cmake/redhat/post_install.in +++ b/host/cmake/redhat/post_install.in @@ -6,7 +6,7 @@ # SPDX-License-Identifier: GPL-3.0-or-later # -cp @CMAKE_INSTALL_PREFIX@/lib/uhd/utils/uhd-usrp.rules /etc/udev/rules.d/uhd-usrp.rules +cp @CMAKE_INSTALL_PREFIX@/lib64/uhd/utils/uhd-usrp.rules /etc/udev/rules.d/uhd-usrp.rules udevadm control --reload-rules udevadm trigger ldconfig |