1
0
Fork 0
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:
Eelco Dolstra 2014-04-08 13:51:34 +02:00
parent 89f9232813
commit 76cbf55a6d
2 changed files with 4 additions and 3 deletions

View file

@ -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)))