mirror of
https://github.com/NixOS/nix
synced 2025-06-25 06:31:14 +02:00
Ensure that systemd units to into lib, not lib64
http://hydra.nixos.org/build/10170940
This commit is contained in:
parent
89f9232813
commit
76cbf55a6d
2 changed files with 4 additions and 3 deletions
|
@ -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)))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue