From 55d450ba11d8ae46734e291d2876a4a2c9eaaba3 Mon Sep 17 00:00:00 2001 From: Nicholas Corgan Date: Thu, 21 Mar 2013 09:57:38 -0700 Subject: cmake: uhd-usrp.rules location fixed to reflect FHS compliance --- host/cmake/debian/postinst.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'host/cmake/debian/postinst.in') diff --git a/host/cmake/debian/postinst.in b/host/cmake/debian/postinst.in index eaca15394..bc27c46f0 100755 --- a/host/cmake/debian/postinst.in +++ b/host/cmake/debian/postinst.in @@ -1,6 +1,6 @@ #!/bin/sh # -# Copyright 2011 Ettus Research LLC +# Copyright 2011,2013 Ettus Research LLC # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -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 ldconfig fi -- cgit v1.2.3