From 215505bb46503b083fd64dd9a65e7b79d6eadf21 Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Sat, 13 Jan 2007 17:54:01 +0000 Subject: * Removed chroot support. --- scripts/download-using-manifests.pl.in | 2 -- 1 file changed, 2 deletions(-) (limited to 'scripts/download-using-manifests.pl.in') diff --git a/scripts/download-using-manifests.pl.in b/scripts/download-using-manifests.pl.in index c5400a901..2ef98e346 100644 --- a/scripts/download-using-manifests.pl.in +++ b/scripts/download-using-manifests.pl.in @@ -10,8 +10,6 @@ my $logFile = "@localstatedir@/log/nix/downloads"; open LOGFILE, ">>$logFile" or die "cannot open log file $logFile"; -delete $ENV{"NIX_ROOT"}; - # Create a temporary directory. my $tmpDir = tempdir("nix-download.XXXXXX", CLEANUP => 1, TMPDIR => 1) or die "cannot create a temporary directory"; -- cgit v1.2.3