diff options
author | Eelco Dolstra <e.dolstra@tudelft.nl> | 2006-07-21T12·28+0000 |
---|---|---|
committer | Eelco Dolstra <e.dolstra@tudelft.nl> | 2006-07-21T12·28+0000 |
commit | dcded7da4704ae66ebbb4343597868a7eb992aa7 (patch) | |
tree | 69e539126bac7ef68bc99ef8c7a046da76eb5efb /scripts/Makefile.am | |
parent | a4273156c43db7325d27cb21e460b57a998ee882 (diff) |
* Don't try to do DNS lookups.
Diffstat (limited to 'scripts/Makefile.am')
-rw-r--r-- | scripts/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/Makefile.am b/scripts/Makefile.am index 7b0aef061b3a..7f76a68a351a 100644 --- a/scripts/Makefile.am +++ b/scripts/Makefile.am @@ -3,7 +3,7 @@ bin_SCRIPTS = nix-collect-garbage \ nix-install-package nix-channel nix-build \ nix-pack-closure nix-unpack-closure -noinst_SCRIPTS = nix-profile.sh generate-patches.pl +noinst_SCRIPTS = nix-profile.sh generate-patches.pl find-runtime-roots.pl nix-pull nix-push: readmanifest.pm readconfig.pm download-using-manifests.pl |