[Pkg-libvirt-commits] [libguestfs] 47/54: mllib: Fix mistake in cherry-pick new mkdtemp function.
Hilko Bengen
bengen at moszumanska.debian.org
Sun Mar 9 11:21:18 UTC 2014
This is an automated email from the git hooks/post-receive script.
bengen pushed a commit to branch debian
in repository libguestfs.
commit a76155ab2c067edd7c268026839aad26f7bb55e0
Author: Richard W.M. Jones <rjones at redhat.com>
Date: Sat Mar 8 17:22:15 2014 +0000
mllib: Fix mistake in cherry-pick new mkdtemp function.
Commit a0ae73d16c6ab0c619915a0329e45a438b465ac3 (a cherry-pick) caused
a missing backslash on the previous line, meaning that mkdtemp.cmi was
not compiled.
---
mllib/Makefile.am | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/mllib/Makefile.am b/mllib/Makefile.am
index 55cfa84..7664150 100644
--- a/mllib/Makefile.am
+++ b/mllib/Makefile.am
@@ -88,7 +88,7 @@ OBJECTS = \
progress.cmx \
uRI.cmx \
crypt.cmx \
- password.cmx
+ password.cmx \
mkdtemp.cmx
noinst_SCRIPTS = dummy
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-libvirt/libguestfs.git
More information about the Pkg-libvirt-commits
mailing list