12 lines
		
	
	
	
		
			300 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
			
		
		
	
	
			12 lines
		
	
	
	
		
			300 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
nix_noinst_scripts := \
 | 
						|
  $(d)/nix-http-export.cgi \
 | 
						|
  $(d)/nix-profile.sh \
 | 
						|
  $(d)/nix-reduce-build
 | 
						|
 | 
						|
noinst-scripts += $(nix_noinst_scripts)
 | 
						|
 | 
						|
profiledir = $(sysconfdir)/profile.d
 | 
						|
 | 
						|
$(eval $(call install-file-as, $(d)/nix-profile.sh, $(profiledir)/nix.sh, 0644))
 | 
						|
 | 
						|
clean-files += $(nix_noinst_scripts)
 |