diff options
author | Anas Nashif <anas.nashif@intel.com> | 2013-02-11 21:15:21 -0800 |
---|---|---|
committer | Anas Nashif <anas.nashif@intel.com> | 2013-02-11 21:15:41 -0800 |
commit | 81802d0214b2ec7e4d4c6d142098046e797d3fc9 (patch) | |
tree | 685fad18273f4bdeab8ce917bd72cdc8837b49f5 /Makefile | |
parent | 85610f63475806973bee7474634068b4ed8e2758 (diff) | |
download | crda-81802d0214b2ec7e4d4c6d142098046e797d3fc9.tar.gz crda-81802d0214b2ec7e4d4c6d142098046e797d3fc9.tar.bz2 crda-81802d0214b2ec7e4d4c6d142098046e797d3fc9.zip |
Fix pathsubmit/tizen/20130517.020736submit/tizen/20130509.173546submit/tizen/20130503.190621submit/tizen/20130503.184526accepted/tizen/20130520.095203accepted/tizen/20130503.223732
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -6,7 +6,7 @@ REG_GIT?=git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-regdb.g PREFIX ?= /usr/ MANDIR ?= $(PREFIX)/share/man/ -SBINDIR ?= /sbin/ +SBINDIR ?= /usr/sbin/ # Use a custom CRDA_UDEV_LEVEL when callling make install to # change your desired level for the udev regulatory.rules @@ -14,7 +14,7 @@ CRDA_UDEV_LEVEL?=85 UDEV_LEVEL=$(CRDA_UDEV_LEVEL)- # You can customize this if your distributions uses # a different location. -UDEV_RULE_DIR?=/lib/udev/rules.d/ +UDEV_RULE_DIR?=/usr/lib/udev/rules.d/ # If your distribution requires a custom pubkeys dir # you must update this variable to reflect where the |