diff options
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) |