From cde90efc70f5cf34b47924e0112b6c913d984fb0 Mon Sep 17 00:00:00 2001 From: Philip Withnall Date: Tue, 16 Jun 2015 10:21:47 +0100 Subject: [PATCH] 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 -- 2.4.3