mirror of
https://github.com/NixOS/nix.git
synced 2024-11-22 14:52:55 +00:00
12 lines
375 B
Makefile
12 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
|