build: fix build failure
authorJim Meyering <meyering@redhat.com>
Thu, 6 Aug 2009 11:47:48 +0000 (13:47 +0200)
committerJim Meyering <meyering@redhat.com>
Thu, 6 Aug 2009 11:47:48 +0000 (13:47 +0200)
* bootstrap (gnulib_tool): Create lib and tests directories
under daemon/ before running gnulib-tool there.

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