diff options
Diffstat (limited to 'misc')
-rw-r--r-- | misc/systemd/local.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/systemd/local.mk b/misc/systemd/local.mk index a5f6131ce878..5555818c5278 100644 --- a/misc/systemd/local.mk +++ b/misc/systemd/local.mk @@ -1 +1 @@ -$(foreach n, nix-daemon.socket nix-daemon.service, $(eval $(call install-file-in, $(d)/$(n), $(libdir)/systemd/system, 0644))) +$(foreach n, nix-daemon.socket nix-daemon.service, $(eval $(call install-file-in, $(d)/$(n), $(prefix)/lib/systemd/system, 0644))) |