build: fix build failure
[libguestfs.git] / bootstrap
index 0f14038..aa3c5dc 100755 (executable)
--- a/bootstrap
+++ b/bootstrap
@@ -78,7 +78,7 @@ sed '
 gnulib_tool=$GNULIB_SRCDIR/gnulib-tool
 <$gnulib_tool || exit
 
 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
 
 modules='
 gitlog-to-changelog