Don't use ensureDir

This commit is contained in:
Eelco Dolstra
2014-07-22 11:01:32 +02:00
parent 7f410ef923
commit 4f7289eec9
16 changed files with 27 additions and 27 deletions
+1 -1
View File
@@ -14,7 +14,7 @@ stdenv.mkDerivation rec {
XC_ARCH=$(go env GOARCH)
XC_OS=$(go env GOOS)
ensureDir $out/bin
mkdir -p $out/bin
cd $src/src/github.com/mitchellh/packer
gox \