mirror of
https://github.com/NixOS/nix
synced 2025-07-07 14:21:48 +02:00
* Don't use a hard-coded path.
This commit is contained in:
parent
9486dda115
commit
af7e6fe22e
4 changed files with 12 additions and 2 deletions
|
@ -1 +1 @@
|
|||
SUBDIRS = fetchurl nar
|
||||
SUBDIRS = fetchurl nar buildenv
|
||||
|
|
9
corepkgs/buildenv/Makefile.am
Normal file
9
corepkgs/buildenv/Makefile.am
Normal file
|
@ -0,0 +1,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
|
Loading…
Add table
Add a link
Reference in a new issue