From d7caac3e811c0c9b284c8bbbdf5bc1dd5badd040 Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Thu, 28 Feb 2008 21:27:47 +0000 Subject: [PATCH] * Don't install nix-reduce-build by default yet please, I first want to understand better what it does... --- scripts/Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/Makefile.am b/scripts/Makefile.am index 50975ab274..fa66e58949 100644 --- a/scripts/Makefile.am +++ b/scripts/Makefile.am @@ -2,10 +2,10 @@ bin_SCRIPTS = nix-collect-garbage \ nix-pull nix-push nix-prefetch-url \ nix-install-package nix-channel nix-build \ nix-pack-closure nix-unpack-closure \ - nix-copy-closure nix-reduce-build + nix-copy-closure noinst_SCRIPTS = nix-profile.sh generate-patches.pl \ - find-runtime-roots.pl build-remote.pl + find-runtime-roots.pl build-remote.pl nix-reduce-build nix-pull nix-push: readmanifest.pm readconfig.pm download-using-manifests.pl