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


                          





                                                                         

                           
 
                                                    
all-local: nar.sh unnar.sh

install-exec-local:
	$(INSTALL) -d $(DESTDIR)$(datadir)/nix/corepkgs
	$(INSTALL) -d $(DESTDIR)$(datadir)/nix/corepkgs/nar
	$(INSTALL_DATA) nar.nix $(DESTDIR)$(datadir)/nix/corepkgs/nar
	$(INSTALL_PROGRAM) nar.sh $(DESTDIR)$(datadir)/nix/corepkgs/nar
	$(INSTALL_DATA) unnar.nix $(DESTDIR)$(datadir)/nix/corepkgs/nar
	$(INSTALL_PROGRAM) unnar.sh $(DESTDIR)$(datadir)/nix/corepkgs/nar

include ../../substitute.mk

EXTRA_DIST = nar.nix nar.sh.in unnar.nix unnar.sh.in