Remove the hack to avoid darcs-all operating on bootstrapping directories
[ghc-hetmet.git] / darcs-all
index 1cc2b24..d25a903 100644 (file)
--- a/darcs-all
+++ b/darcs-all
@@ -78,11 +78,7 @@ sub darcsall {
         chomp $path;
         if ($path =~ m#/(.*)/#) {
             my $pkg = $1;
-            # bootstrapping.* are just copies of other repos; we don't
-            # update them directly.
-            if ($pkg !~ /bootstrapping/) {
-                darcs (@_, "--repodir", "libraries/$pkg");
-            }
+            darcs (@_, "--repodir", "libraries/$pkg");
         }
         else {
             die "that pattern can't fail!";