X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=blobdiff_plain;f=boot;h=d554b037bd0714e3c4db702ca55c1b4dcaf65274;hp=f2128de5b91b5673ed430c904a7944b730967647;hb=9f592bb0ae0dc76bd3ec7729474057d2069bb4db;hpb=a3d55e4f4a365a79b765e489e80ab6f05fe47c7c 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