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