This commit is contained in:
Eelco Dolstra 2012-06-29 17:16:00 -04:00
parent 4911a10a4e
commit 91b8814f0d
1 changed files with 1 additions and 1 deletions

View File

@ -152,7 +152,7 @@ for (my $n = 0; $n < scalar @storePaths; $n++) {
$compressedHash =~ /^[0-9a-z]+$/ or die "invalid hash";
close HASH;
my $narName = "$compressedHash.nar.bz2";
my $narName = "$compressedHash.nar.xz";
my $narFile = "$narDir/$narName";
(-f $narFile) or die "NAR file for $storePath not found";