Fix fwrite$UNIX2003 symbols when cross-compiling for Tiger
[ghc-hetmet.git] / boot
diff --git a/boot b/boot
index f2128de..d554b03 100644 (file)
--- 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