* More hackery.

svn path=/nixpkgs/trunk/; revision=5351
This commit is contained in:
Eelco Dolstra 2006-05-31 10:36:02 +00:00
parent bb93fa69fa
commit f4ce796a20

View file

@ -42,7 +42,7 @@ if test -z "$finalPath"; then
mkdir $tmpPath
# Perform the checkout.
svn export -r "$rev" "$url" $tmpFile >&2
echo p | svn export -r "$rev" "$url" $tmpFile >&2
# Compute the hash.
hash=$(nix-hash --type $hashType $hashFormat $tmpFile)