From 7ce0e05ad875657a0fec10e192454b837146e190 Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Mon, 25 Nov 2013 15:25:13 +0000 Subject: Rename Makefile.new -> Makefile --- corepkgs/Makefile | 5 +++++ corepkgs/Makefile.new | 5 ----- 2 files changed, 5 insertions(+), 5 deletions(-) create mode 100644 corepkgs/Makefile delete mode 100644 corepkgs/Makefile.new (limited to 'corepkgs') diff --git a/corepkgs/Makefile b/corepkgs/Makefile new file mode 100644 index 0000000000..a04e3e3fbc --- /dev/null +++ b/corepkgs/Makefile @@ -0,0 +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-data-in,$(d)/$(file),$(datadir)/nix/corepkgs))) + +template_files += $(d)/config.nix diff --git a/corepkgs/Makefile.new b/corepkgs/Makefile.new deleted file mode 100644 index a04e3e3fbc..0000000000 --- a/corepkgs/Makefile.new +++ /dev/null @@ -1,5 +0,0 @@ -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-data-in,$(d)/$(file),$(datadir)/nix/corepkgs))) - -template_files += $(d)/config.nix -- cgit 1.4.1