diff options
author | Eelco Dolstra <eelco.dolstra@logicblox.com> | 2013-11-25T15·05+0000 |
---|---|---|
committer | Eelco Dolstra <eelco.dolstra@logicblox.com> | 2013-11-25T15·17+0000 |
commit | 962551a071da87589a97a2f40d72b87d6e6ba9e2 (patch) | |
tree | 163b02f38f6840ed35c6a01a5b0530973615a864 /corepkgs/Makefile.new | |
parent | 1a1d8b073a1d770c8de4f8eb274387b209b32782 (diff) |
Add a Makefile for the scripts directory
Diffstat (limited to 'corepkgs/Makefile.new')
-rw-r--r-- | corepkgs/Makefile.new | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/corepkgs/Makefile.new b/corepkgs/Makefile.new index 5b500a679ae7..a04e3e3fbc1d 100644 --- a/corepkgs/Makefile.new +++ b/corepkgs/Makefile.new @@ -1,5 +1,5 @@ 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)))) +$(foreach file,config.nix $(corepkgs_FILES),$(eval $(call install-data-in,$(d)/$(file),$(datadir)/nix/corepkgs))) template_files += $(d)/config.nix |