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