diff options
author | Shea Levy <shea@shealevy.com> | 2017-10-16T22·17-0400 |
---|---|---|
committer | Shea Levy <shea@shealevy.com> | 2017-10-16T22·17-0400 |
commit | 8522db1641c2d78f20644b8fa0090d4371f14a75 (patch) | |
tree | 94f564f2225b79421f4b8f228e72f0be206ad166 /scripts/local.mk | |
parent | be59f077992aab68c77bf04e14caf8d8472df66f (diff) | |
parent | 6a037a738a931c51e0112a945bc2d319b5ae9052 (diff) |
Merge branch 'nix-profile-daemon'
Diffstat (limited to 'scripts/local.mk')
-rw-r--r-- | scripts/local.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/local.mk b/scripts/local.mk index 9524baf81b03..2a00558521b2 100644 --- a/scripts/local.mk +++ b/scripts/local.mk @@ -8,5 +8,6 @@ noinst-scripts += $(nix_noinst_scripts) profiledir = $(sysconfdir)/profile.d $(eval $(call install-file-as, $(d)/nix-profile.sh, $(profiledir)/nix.sh, 0644)) +$(eval $(call install-file-as, $(d)/nix-profile-daemon.sh, $(profiledir)/nix-daemon.sh, 0644)) clean-files += $(nix_noinst_scripts) |