Browse Source

Minor snag, $prefix prefixed to udev rules means /usr/lib/ not /lib

We may need to drop the $prefix to the udev rules from configure.ac

Signed-off-by: Joachim Nilsson <troglobit@gmail.com>
Joachim Nilsson 6 years ago
parent
commit
c459949c47
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      README.md

+ 1
- 1
README.md View File

189
     ./configure --with-udev && make
189
     ./configure --with-udev && make
190
     sudo make install
190
     sudo make install
191
 
191
 
192
-This installs the file `90-backlight.rules` into `/lib/udev/rules.d/`.
192
+This installs the `90-backlight.rules` into `/usr/lib/udev/rules.d/`.
193
 If your udev rules are located elsewhere, use `--with-udev=PATH`.
193
 If your udev rules are located elsewhere, use `--with-udev=PATH`.
194
 
194
 
195
 Note, in this mode `light` runs unpriviliged, so the `/etc/light`
195
 Note, in this mode `light` runs unpriviliged, so the `/etc/light`