diff options
author | Ian Lynagh <igloo@earth.li> | 2007-09-14 13:26:58 +0000 |
---|---|---|
committer | Ian Lynagh <igloo@earth.li> | 2007-09-14 13:26:58 +0000 |
commit | e05f9de137269701df667b69d741dfae616694f7 (patch) | |
tree | 96869c0174c1f79f638d231919dd0cffe4060276 /boot | |
parent | a28ba79a751ec22728e9bdf4184524d72b038339 (diff) | |
download | haskell-e05f9de137269701df667b69d741dfae616694f7.tar.gz |
Refer to "boot" libs, not "core" libs
Diffstat (limited to 'boot')
-rw-r--r-- | boot | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |