crda: Cosmetic fix for udev path
authorTim Gardner <tim.gardner@canonical.com>
Mon, 12 Oct 2009 14:53:31 +0000 (08:53 -0600)
committerLuis R. Rodriguez <lrodriguez@atheros.com>
Tue, 13 Oct 2009 18:52:04 +0000 (11:52 -0700)
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>
udev/regulatory.rules

index 5588ed7..3d6add8 100644 (file)
@@ -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"