PRELIMINARY: dbus-service: Include system-services directories.

master
Mark H Weaver 2015-07-26 20:26:32 -04:00
parent ba139bd75b
commit e3484421cb
1 changed files with 3 additions and 1 deletions

View File

@ -65,7 +65,9 @@
`((includedir
,(string-append dir "/etc/dbus-1/system.d"))
(servicedir ;for '.service' files
,(string-append dir "/share/dbus-1/services"))))
,(string-append dir "/share/dbus-1/services"))
(servicedir ;for '.service' files
,(string-append dir "/share/dbus-1/system-services"))))
services)))
(mkdir #$output)