* Switched from wget to curl.

* Made the dependencies on bzip2 and the shell explicit.
This commit is contained in:
Eelco Dolstra 2004-04-06 08:18:51 +00:00
parent 59b94ee18a
commit 03f1d1ecb5
11 changed files with 47 additions and 36 deletions

View file

@ -1,6 +1,4 @@
#! /bin/sh
export PATH=/bin:/usr/bin
#! @shell@ -e
echo "unpacking $narFile to $out..."
bunzip2 < $narFile | @bindir@/nix-store --restore "$out" || exit 1
@bunzip2@ < $narFile | @bindir@/nix-store --restore "$out"