066da4ab85
invariant by registering references through the manifest. * Added a test for nix-pull.
12 lines
330 B
Makefile
12 lines
330 B
Makefile
all-local: nar.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
|
|
|
|
include ../../substitute.mk
|
|
|
|
EXTRA_DIST = nar.nix nar.sh.in
|