about summary refs log tree commit diff
path: root/scripts/Makefile.am
diff options
context:
space:
mode:
authorEelco Dolstra <e.dolstra@tudelft.nl>2008-11-18T14·43+0000
committerEelco Dolstra <e.dolstra@tudelft.nl>2008-11-18T14·43+0000
commitfa791116a35479bd295f5666c8d35fba60e0c98d (patch)
tree8b0ec403ac381b15dffaf61ef04fe0a8b221cfe7 /scripts/Makefile.am
parent3f4ed681c2e16ab7a73e31835a6a7e29d5857dd7 (diff)
* Get rid of nix-pack-closure / nix-unpack-closure, they're redundant.
Diffstat (limited to 'scripts/Makefile.am')
-rw-r--r--scripts/Makefile.am2
1 files changed, 0 insertions, 2 deletions
diff --git a/scripts/Makefile.am b/scripts/Makefile.am
index 662384b5905f..0e8443e9c239 100644
--- a/scripts/Makefile.am
+++ b/scripts/Makefile.am
@@ -1,7 +1,6 @@
 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 
 
 noinst_SCRIPTS = nix-profile.sh generate-patches.pl \
@@ -36,7 +35,6 @@ EXTRA_DIST = nix-collect-garbage.in \
   download-using-manifests.pl.in \
   copy-from-other-stores.pl.in \
   generate-patches.pl.in \
-  nix-pack-closure.in nix-unpack-closure.in \
   nix-copy-closure.in \
   find-runtime-roots.pl.in \
   build-remote.pl.in \