|
|
|
@ -30,7 +30,7 @@ setup( |
|
|
|
|
("/usr/lib/systemd/system", glob("services/systemd/system/*")), |
|
|
|
|
("/usr/share/dbus-1/system-services", |
|
|
|
|
glob("services/dbus/services/*")), |
|
|
|
|
("/usr/share/dbus-1/system.d", glob("services/dbus/systemd.d/*")), |
|
|
|
|
("/usr/share/dbus-1/system.d", glob("services/dbus/system.d/*")), |
|
|
|
|
("/etc/bash_completion.d", ["services/sponson-bash-completion.sh"]), |
|
|
|
|
(ETC_DNSMASQ_CONF_DIR, ["services/resolv.conf"]) |
|
|
|
|
], |
|
|
|
|