diff options
author | Eelco Dolstra <e.dolstra@tudelft.nl> | 2008-02-28T21·27+0000 |
---|---|---|
committer | Eelco Dolstra <e.dolstra@tudelft.nl> | 2008-02-28T21·27+0000 |
commit | d7caac3e811c0c9b284c8bbbdf5bc1dd5badd040 (patch) | |
tree | a0581b7d7e1b31518e1482add802d53e6479efd2 /scripts | |
parent | 11d512e7a812e750deccf616b461876fb0a342c2 (diff) |
* Don't install nix-reduce-build by default yet please, I first want
to understand better what it does...
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/Makefile.am b/scripts/Makefile.am index 50975ab274b1..fa66e58949dc 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 |