diff options
author | Eelco Dolstra <eelco.dolstra@logicblox.com> | 2013-11-25T08·55+0000 |
---|---|---|
committer | Eelco Dolstra <eelco.dolstra@logicblox.com> | 2013-11-25T08·55+0000 |
commit | 4315acb8c0a40703b17f837ab82e9a691b5c14ab (patch) | |
tree | 0f4047425c9a8bbc6eac5b8118fa219ce5415029 /corepkgs | |
parent | c7547cff1951aec5e36580a8497dd13020dfc8d3 (diff) |
Add a generic rule for installing files
Diffstat (limited to 'corepkgs')
-rw-r--r-- | corepkgs/Makefile.new | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/corepkgs/Makefile.new b/corepkgs/Makefile.new new file mode 100644 index 000000000000..d208478259d2 --- /dev/null +++ b/corepkgs/Makefile.new @@ -0,0 +1,3 @@ +corepkgs_FILES = nar.nix buildenv.nix buildenv.pl unpack-channel.nix derivation.nix fetchurl.nix imported-drv-to-derivation.nix + +$(foreach file,config.nix $(corepkgs_FILES),$(eval $(call install-file-in,$(datadir)/nix/corepkgs,$(d)/$(file)))) |