diff options
author | Jim Meyering <meyering@redhat.com> | 2009-08-06 13:47:48 +0200 |
---|---|---|
committer | Jim Meyering <meyering@redhat.com> | 2009-08-06 13:47:48 +0200 |
commit | 03e59ae92a640def5e651eb092e8e8dba8c0daab (patch) | |
tree | 8ee7d3f9315ffb72cadb7dd8efbed53aeb73aad1 /bootstrap | |
parent | e05ddc70f1fa6d1e8253d69c5d17e69bfad2be90 (diff) | |
download | libguestfs-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-x | bootstrap | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |