summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xbootstrap6
1 files changed, 5 insertions, 1 deletions
diff --git a/bootstrap b/bootstrap
index 8c5a62c..19c0e23 100755
--- a/bootstrap
+++ b/bootstrap
@@ -12,7 +12,11 @@ if ! test -d $base/gnunet; then
svn checkout https://gnunet.org/svn/gnunet
fi
-for component in merchant mint landing exchange merchant-frontends deployment; do
+if ! test -d $base/libmicrohttpd; then
+ svn checkout https://gnunet.org/svn/libmicrohttpd
+fi
+
+for component in merchant gnurl landing exchange merchant-frontends deployment; do
if ! test -d $base/$component; then
git clone /var/git/$component.git
fi