gnu: fuse: Install udev rules in lib/udev/rules.d.
* gnu/packages/linux.scm (fuse): Change UDEV_RULES_PATH suffix to /lib/udev/rules.d.
This commit is contained in:
parent
b0e652d836
commit
9a4efac9ef
|
@ -1009,9 +1009,11 @@ processes currently causing I/O.")
|
||||||
(string-append "INIT_D_PATH="
|
(string-append "INIT_D_PATH="
|
||||||
(assoc-ref %outputs "out")
|
(assoc-ref %outputs "out")
|
||||||
"/etc/init.d")
|
"/etc/init.d")
|
||||||
|
|
||||||
|
;; The rule makes /dev/fuse 666.
|
||||||
(string-append "UDEV_RULES_PATH="
|
(string-append "UDEV_RULES_PATH="
|
||||||
(assoc-ref %outputs "out")
|
(assoc-ref %outputs "out")
|
||||||
"/etc/udev"))
|
"/lib/udev/rules.d"))
|
||||||
#:phases (alist-cons-before
|
#:phases (alist-cons-before
|
||||||
'build 'set-file-names
|
'build 'set-file-names
|
||||||
(lambda* (#:key inputs #:allow-other-keys)
|
(lambda* (#:key inputs #:allow-other-keys)
|
||||||
|
|
Loading…
Reference in New Issue