Changing ensureDir -> mkdir -p

(told by shlevy)
This commit is contained in:
Lluís Batlle i Rossell 2013-01-30 20:58:00 +01:00
parent a61154c0d4
commit d1a9ccbaf4
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ let
# To admit zero-length 'paths'
postBuild = "
ensureDir $out/lib/dri
mkdir -p $out/lib/dri
";
};