瀏覽代碼

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 年之前
父節點
當前提交
c459949c47
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. 1
    1
      README.md

+ 1
- 1
README.md 查看文件

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`