summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWill Thompson <will.thompson@collabora.co.uk>2009-04-04 11:22:51 +0100
committerWill Thompson <will.thompson@collabora.co.uk>2009-04-04 11:23:45 +0100
commitf9b16513dda3315a60a49006490563d4da42dcf2 (patch)
tree2bf4b6c9bf2c8e50cca5c24999a03a2442a3f1f2
parent9f81802d37ce69483f73a669601e34db9e9d2567 (diff)
Run exec-with-log.sh from srcdir (not builddir)
It's not generated
-rw-r--r--tests/haze.service.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/haze.service.in b/tests/haze.service.in
index f129869..976f8af 100644
--- a/tests/haze.service.in
+++ b/tests/haze.service.in
@@ -1,3 +1,3 @@
[D-BUS Service]
Name=org.freedesktop.Telepathy.ConnectionManager.haze
-Exec=@abs_top_builddir@/tests/exec-with-log.sh @abs_top_srcdir@ @abs_top_builddir@
+Exec=@abs_top_srcdir@/tests/exec-with-log.sh @abs_top_srcdir@ @abs_top_builddir@