From 335aa1c35d8835619b465df3f5629b435bac157d Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Wed, 16 Jul 2003 20:49:59 +0000 Subject: [PATCH] * Doh! --- corepkgs/nar/unnar.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/corepkgs/nar/unnar.sh b/corepkgs/nar/unnar.sh index 01b6a3ebe4..cc21efb2b7 100644 --- a/corepkgs/nar/unnar.sh +++ b/corepkgs/nar/unnar.sh @@ -1,3 +1,4 @@ #! /bin/sh -bunzip2 < $nar | /tmp/nix/bin/nix --restore "$out" || exit 1 +echo "unpacking $nar to $out..." +bunzip2 < $nar | /nix/bin/nix --restore "$out" || exit 1