From 03e59ae92a640def5e651eb092e8e8dba8c0daab Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Thu, 6 Aug 2009 13:47:48 +0200 Subject: [PATCH] build: fix build failure * bootstrap (gnulib_tool): Create lib and tests directories under daemon/ before running gnulib-tool there. --- bootstrap | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bootstrap b/bootstrap index 0f14038..aa3c5dc 100755 --- a/bootstrap +++ b/bootstrap @@ -78,7 +78,7 @@ sed ' gnulib_tool=$GNULIB_SRCDIR/gnulib-tool <$gnulib_tool || exit -(cd daemon && $GNULIB_SRCDIR/../gnulib-tool --update) +(cd daemon && mkdir -p tests lib && $GNULIB_SRCDIR/../gnulib-tool --update) modules=' gitlog-to-changelog -- 1.8.3.1