From 660244f65f5d3cb445c874b25fcf6494b3c1df3a Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Wed, 23 Jul 2008 09:38:38 +0000 Subject: [PATCH] * Make sure that copy-from-other-stores.pl is built. --- scripts/Makefile.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/scripts/Makefile.am b/scripts/Makefile.am index d6af9806ce..ac5b631125 100644 --- a/scripts/Makefile.am +++ b/scripts/Makefile.am @@ -5,7 +5,8 @@ bin_SCRIPTS = nix-collect-garbage \ nix-copy-closure noinst_SCRIPTS = nix-profile.sh generate-patches.pl \ - find-runtime-roots.pl build-remote.pl nix-reduce-build + find-runtime-roots.pl build-remote.pl nix-reduce-build \ + copy-from-other-stores.pl nix-pull nix-push: readmanifest.pm readconfig.pm download-using-manifests.pl