11 lines
375 B
Makefile
11 lines
375 B
Makefile
all-local: builder.pl
|
|
|
|
install-exec-local:
|
|
$(INSTALL) -d $(DESTDIR)$(datadir)/nix/corepkgs
|
|
$(INSTALL) -d $(DESTDIR)$(datadir)/nix/corepkgs/buildenv
|
|
$(INSTALL_DATA) $(srcdir)/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
|