about summary refs log tree commit diff
path: root/corepkgs/buildenv/Makefile.am
blob: 7a5df476d3d8eadfce4bb7793a0e4854149b8398 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
all-local: builder.pl

install-exec-local:
	$(INSTALL) -d $(DESTDIR)$(datadir)/nix/corepkgs
	$(INSTALL) -d $(DESTDIR)$(datadir)/nix/corepkgs/buildenv
	$(INSTALL_DATA) default.nix $(DESTDIR)$(datadir)/nix/corepkgs/buildenv
	$(INSTALL_PROGRAM) builder.pl $(DESTDIR)$(datadir)/nix/corepkgs/buildenv

include ../../substitute.mk

EXTRA_DIST = default.nix builder.pl.in