about summary refs log blame commit diff
path: root/scripts/Makefile.am
blob: 1662e99c1caf42a68706a34958f58843a80b143e (plain) (tree)
1
2
3
4
5
6
7
8
9
                                   

                                     
 

                               


                                   

                                                                        

                                                          
                                       

                                                                       
 
                        
 
                                     
                                            
                                             
                               
 
bin_SCRIPTS = nix-collect-garbage \
 nix-pull nix-push nix-prefetch-url \
 nix-install-package

noinst_SCRIPTS = nix-profile.sh

nix-pull nix-push: readmanifest.pm

install-exec-local: readmanifest.pm
	$(INSTALL) -d $(sysconfdir)/profile.d
	$(INSTALL_PROGRAM) nix-profile.sh $(sysconfdir)/profile.d/nix.sh
	$(INSTALL) -d $(libexecdir)/nix
	$(INSTALL_DATA) readmanifest.pm $(libexecdir)/nix 
	$(INSTALL) -d $(sysconfdir)/nix
# !!! don't overwrite local modifications
	$(INSTALL_DATA) prebuilts.conf $(sysconfdir)/nix/prebuilts.conf

include ../substitute.mk

EXTRA_DIST = nix-collect-garbage.in \
 nix-pull.in nix-push.in nix-profile.sh.in \
 nix-prefetch-url.in nix-install-package.in \
 prebuilts.conf readmanifest.pm