git.annexia.org
/
libguestfs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e05ddc7
)
build: fix build failure
author
Jim Meyering
<meyering@redhat.com>
Thu, 6 Aug 2009 11:47:48 +0000
(13:47 +0200)
committer
Jim 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
patch
|
blob
|
history
diff --git
a/bootstrap
b/bootstrap
index
0f14038
..
aa3c5dc
100755
(executable)
--- 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