FIX BUILD with ghc-6.2.x
[ghc-hetmet.git] / boot
diff --git a/boot b/boot
index d983d2f..11e1785 100644 (file)
--- a/boot
+++ b/boot
@@ -7,11 +7,13 @@ do
     if test ! -d libraries/$d
     then
         echo "Looks like you're missing libraries/$d,"
-        echo "maybe you haven't done 'sh darcs-all get'?"
+        echo "maybe you haven't done './darcs-all get'?"
         exit 1
     fi
 done
 
+chmod +x rts/gmp/configure
+
 autoreconf
 
 for lib in libraries/*; do