summaryrefslogtreecommitdiffstats
path: root/bootstrap
diff options
context:
space:
mode:
authorJim Meyering <meyering@redhat.com>2009-08-06 13:47:48 +0200
committerJim Meyering <meyering@redhat.com>2009-08-06 13:47:48 +0200
commit03e59ae92a640def5e651eb092e8e8dba8c0daab (patch)
tree8ee7d3f9315ffb72cadb7dd8efbed53aeb73aad1 /bootstrap
parente05ddc70f1fa6d1e8253d69c5d17e69bfad2be90 (diff)
downloadlibguestfs-03e59ae92a640def5e651eb092e8e8dba8c0daab.tar.gz
libguestfs-03e59ae92a640def5e651eb092e8e8dba8c0daab.tar.xz
libguestfs-03e59ae92a640def5e651eb092e8e8dba8c0daab.zip
build: fix build failure
* bootstrap (gnulib_tool): Create lib and tests directories under daemon/ before running gnulib-tool there.
Diffstat (limited to 'bootstrap')
-rwxr-xr-xbootstrap2
1 files changed, 1 insertions, 1 deletions
diff --git a/bootstrap b/bootstrap
index 0f14038d..aa3c5dc2 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