[next] telepathy-glib: tests: Fix a service file path to fix the build with installed tests
George Kiagiadakis
gkiagia at kemper.freedesktop.org
Fri Dec 2 16:20:40 UTC 2016
Module: telepathy-glib
Branch: next
Commit: 2764a6785a0d56c9a0341ec146dc715fed6704b4
URL: http://cgit.freedesktop.org/telepathy/telepathy-glib/commit/?id=2764a6785a0d56c9a0341ec146dc715fed6704b4
Author: Philip Withnall <philip.withnall at collabora.co.uk>
Date: Tue Jun 16 10:21:47 2015 +0100
tests: Fix a service file path to fix the build with installed tests
Two directories were the wrong way round.
https://bugs.freedesktop.org/show_bug.cgi?id=90991
---
tests/dbus/Makefile.am | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tests/dbus/Makefile.am b/tests/dbus/Makefile.am
index 71f974c..8cd47ca 100644
--- a/tests/dbus/Makefile.am
+++ b/tests/dbus/Makefile.am
@@ -342,7 +342,7 @@ run-test.sh: run-test.sh.in
$< > $@
@chmod +x $@
-service_files = services/dbus-1/spurious.service
+service_files = dbus-1/services/spurious.service
if ENABLE_INSTALLED_TESTS
dbusservicedir = @tpglibtestsdir@/dbus-1/services
More information about the telepathy-commits
mailing list