2013-11-25 16:05:56 +01:00
|
|
|
nix_noinst_scripts := \
|
|
|
|
$(d)/nix-http-export.cgi \
|
|
|
|
$(d)/nix-profile.sh \
|
2016-04-29 13:57:08 +02:00
|
|
|
$(d)/nix-reduce-build
|
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))
|
2017-10-16 20:51:39 +02:00
|
|
|
$(eval $(call install-file-as, $(d)/nix-profile-daemon.sh, $(profiledir)/nix-daemon.sh, 0644))
|
2013-11-25 16:05:56 +01:00
|
|
|
|
2016-08-10 16:44:39 +02:00
|
|
|
clean-files += $(nix_noinst_scripts)
|