@@ 3203,7 3203,7 @@ of the project is to be runnable on untrusted networks without crashing.")
(setenv "UNITDIR" (string-append #$output "/lib/systemd/system"))
(setenv "UDEVDIR" (string-append #$output "/lib/udev/rules.d"))
(setenv "TMPFILESDIR" (string-append #$output "/usr/lib/tmpfiles.d"))
- (setenv "SHAREDIR" (string-append #$output "/usr/share"))
+ (setenv "SHAREDIR" (string-append #$output "/share"))
(setenv "VARDIR" (string-append #$output "/var"))
(invoke "make" "install-data"))))))
(inputs (list alsa-lib))