telepathy-gabble: tests/twisted: make the necessary directories to put *. conf in
Simon McVittie
smcv at kemper.freedesktop.org
Fri Aug 9 09:32:50 PDT 2013
Module: telepathy-gabble
Branch: master
Commit: 2d22f5d22a5d859998971e6c20ab7b0e8108bcb8
URL: http://cgit.freedesktop.org/telepathy/telepathy-gabble/commit/?id=2d22f5d22a5d859998971e6c20ab7b0e8108bcb8
Author: Simon McVittie <simon.mcvittie at collabora.co.uk>
Date: Fri Aug 9 16:44:56 2013 +0100
tests/twisted: make the necessary directories to put *.conf in
This fails during parallel distcheck.
Signed-off-by: Simon McVittie <simon.mcvittie at collabora.co.uk>
---
tests/twisted/Makefile.am | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/tests/twisted/Makefile.am b/tests/twisted/Makefile.am
index 37f7326..ef429bb 100644
--- a/tests/twisted/Makefile.am
+++ b/tests/twisted/Makefile.am
@@ -464,7 +464,8 @@ tools/exec-with-log.sh: tools/exec-with-log.sh.in
# The wildcard % matches both config files!
tools/%.conf: tools/%.conf.in Makefile
- $(MKDIR_P) tools
+ $(MKDIR_P) tools/servicedir
+ $(MKDIR_P) tools/servicedir-uninstalled
$(AM_V_GEN)sed -e "s|[@]gabbletestsdir[@]|@gabbletestsdir@|g" \
-e "s|[@]abs_top_builddir[@]|@abs_top_builddir@|g" $< > $@
More information about the telepathy-commits
mailing list