diff options
author | Shea Levy <shea@shealevy.com> | 2017-10-16T18·51-0400 |
---|---|---|
committer | Shea Levy <shea@shealevy.com> | 2017-10-16T18·51-0400 |
commit | 6a037a738a931c51e0112a945bc2d319b5ae9052 (patch) | |
tree | e57e0fbafc089b8a29aa09eaf3b502cbfe1d2047 /scripts/local.mk | |
parent | 1dd29d7aebae706f3e90a18bbfae727f2ed03c70 (diff) |
Pull nix-profile-daemon from 1.11
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) |