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