about summary refs log tree commit diff
path: root/corepkgs/buildenv/Makefile.am
blob: 74c39199f689a24275d67ff9177cfa4d03def512 (plain) (blame)
1
2
3
4
5
6
7
8
9
install-exec-local:
	$(INSTALL) -d $(datadir)/nix/corepkgs
	$(INSTALL) -d $(datadir)/nix/corepkgs/buildenv
	$(INSTALL_DATA) default.nix $(datadir)/nix/corepkgs/buildenv
	$(INSTALL_PROGRAM) builder.pl $(datadir)/nix/corepkgs/buildenv

include ../../substitute.mk

EXTRA_DIST = default.nix builder.pl