3
0
Fork 0
forked from mirrors/nixpkgs

Merge commit 'refs/pull/14909/head' of git://github.com/NixOS/nixpkgs into staging

This commit is contained in:
Nikolay Amiantov 2016-04-25 18:02:32 +03:00
commit 5e85760ff1

View file

@ -343,7 +343,7 @@ fi
if test -n "$builder"; then
test -n "$out" -a -n "$url" -a -n "$rev" || usage
mkdir $out
mkdir -p $out
clone_user_rev "$out" "$url" "$rev"
else
if test -z "$hashType"; then
@ -368,7 +368,7 @@ else
trap "rm -rf \"$tmpPath\"" EXIT
tmpFile="$tmpPath/$(url_to_name "$url" "$rev")"
mkdir "$tmpFile"
mkdir -p "$tmpFile"
# Perform the checkout.
clone_user_rev "$tmpFile" "$url" "$rev"