[PATCH] avoid bootstrap failure

Jim Meyering meyering at redhat.com
Tue Jan 27 09:58:09 UTC 2009


* bootstrap.conf: Ensure the gnulib-tests/ exists.
Reported by Matt Domsch.
---
 bootstrap.conf |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/bootstrap.conf b/bootstrap.conf
index e983dc8..91bbe6e 100644
--- a/bootstrap.conf
+++ b/bootstrap.conf
@@ -108,6 +108,7 @@ if test $gettext_external = 1; then
 fi

 gnulib_tool_option_extras="--tests-base=$bt/gnulib-tests --with-tests"
+mkdir -p gnulib-tests

 # Build prerequisites
 buildreq="\
--
1.6.1.1.363.g2a3bd



More information about the parted-devel mailing list