X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=boot-pkgs;h=6acea112e4db4368815d6f9d8832b081652495a9;hb=3a50b1f6cb7d4455c0df851b213a51e67bb16c7f;hp=b61382889fd943fd6dbf882d1c3ef74172eff6f2;hpb=915bf16e514a1fdb2ed354b22d035dfec3c0cdd0;p=ghc-hetmet.git diff --git a/boot-pkgs b/boot-pkgs index b613828..6acea11 100644 --- a/boot-pkgs +++ b/boot-pkgs @@ -25,6 +25,9 @@ for $tarball (@tarballs) { if (-d "libraries/$package/_darcs") { print "Ignoring libraries/$package as it looks like a darcs checkout\n" } + elsif (-d "libraries/$package/.git") { + print "Ignoring libraries/$package as it looks like a git checkout\n" + } else { if (! -d "libraries/stamp") { mkdir "libraries/stamp";