about summary refs log tree commit diff
path: root/corepkgs
diff options
context:
space:
mode:
authorEelco Dolstra <e.dolstra@tudelft.nl>2003-07-16T20·49+0000
committerEelco Dolstra <e.dolstra@tudelft.nl>2003-07-16T20·49+0000
commit335aa1c35d8835619b465df3f5629b435bac157d (patch)
treee531d27b6e9d7ddac46ebc745a984871015685a7 /corepkgs
parent6822fd7bf472c9edc27c0e851f3efd67c2a99952 (diff)
* Doh!
Diffstat (limited to 'corepkgs')
-rw-r--r--corepkgs/nar/unnar.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/corepkgs/nar/unnar.sh b/corepkgs/nar/unnar.sh
index 01b6a3ebe475..cc21efb2b7dc 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