rsync is used to download .po files, but SKIP_PO=true is set and
downloading .po files is skipped.
This also fixes a problem with MinGW builds, because rsync is not
available for MinGW.
---
bootstrap.conf | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)
diff --git a/bootstrap.conf b/bootstrap.conf
index fb862ad..be4ad21 100644
--- a/bootstrap.conf
+++ b/bootstrap.conf
@@ -130,7 +130,6 @@ git 1.5.5
gzip -
libtool -
perl 5.5
-rsync -
tar -
"
--
1.6.3.3