aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTim Gardner <tim.gardner@canonical.com>2009-10-12 08:53:31 -0600
committerLuis R. Rodriguez <lrodriguez@atheros.com>2009-10-13 11:52:04 -0700
commit5351898d6b33d642026a5e57a9a457939e58bf5e (patch)
tree4e79dc15a2b183cd66428a84ae9ee11d007ebc42
parentc49eb5d1a93314b6a965ce90282f6a5ce7d0e5f6 (diff)
downloadcrda-5351898d6b33d642026a5e57a9a457939e58bf5e.tar.gz
crda: Cosmetic fix for udev path
BugLink: http://bugs.launchpad.net/bugs/340995 SBINDIR already has a trailing '/', so its not needed in the udev rule. Signed-off-by: Tim Gardner <tim.gardner@canonical.com>
-rw-r--r--udev/regulatory.rules2
1 files changed, 1 insertions, 1 deletions
diff --git a/udev/regulatory.rules b/udev/regulatory.rules
index 5588ed7..3d6add8 100644
--- a/udev/regulatory.rules
+++ b/udev/regulatory.rules
@@ -2,4 +2,4 @@
# For more information see:
# http://wireless.kernel.org/en/developers/Regulatory/CRDA
-KERNEL=="regulatory*", ACTION=="change", SUBSYSTEM=="platform", RUN+="$(SBINDIR)/crda"
+KERNEL=="regulatory*", ACTION=="change", SUBSYSTEM=="platform", RUN+="$(SBINDIR)crda"