X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=boot;h=d554b037bd0714e3c4db702ca55c1b4dcaf65274;hb=73c6eb2f63475c9b2fa53d9d31d4862a46d5be48;hp=f2128de5b91b5673ed430c904a7944b730967647;hpb=a3d55e4f4a365a79b765e489e80ab6f05fe47c7c;p=ghc-hetmet.git diff --git a/boot b/boot index f2128de..d554b03 100644 --- a/boot +++ b/boot @@ -1,8 +1,8 @@ #! /bin/sh set -e -# Check that we have all core packages. -for dir in `cat libraries/core-packages` +# Check that we have all boot packages. +for dir in `cat libraries/boot-packages` do if test ! -d libraries/$dir then