2013-11-25 16:05:56 +01:00
|
|
|
nix_noinst_scripts := \
|
2021-11-18 21:17:57 +01:00
|
|
|
$(d)/nix-profile.sh
|
2013-11-25 16:05:56 +01:00
|
|
|
|
2014-02-01 12:23:14 +01:00
|
|
|
noinst-scripts += $(nix_noinst_scripts)
|
2013-11-25 16:05:56 +01:00
|
|
|
|
|
|
|
profiledir = $(sysconfdir)/profile.d
|
|
|
|
|
|
|
|
$(eval $(call install-file-as, $(d)/nix-profile.sh, $(profiledir)/nix.sh, 0644))
|
2022-09-07 20:58:25 +02:00
|
|
|
$(eval $(call install-file-as, $(d)/nix-profile.fish, $(profiledir)/nix.fish, 0644))
|
2024-03-20 03:37:29 +01:00
|
|
|
$(eval $(call install-file-as, $(d)/nix-profile-daemon.sh, $(profiledir)/nix-daemon.sh, 0644))
|
|
|
|
$(eval $(call install-file-as, $(d)/nix-profile-daemon.fish, $(profiledir)/nix-daemon.fish, 0644))
|
2013-11-25 16:05:56 +01:00
|
|
|
|
2016-08-10 16:44:39 +02:00
|
|
|
clean-files += $(nix_noinst_scripts)
|