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