From 2764a6785a0d56c9a0341ec146dc715fed6704b4 Mon Sep 17 00:00:00 2001 From: Philip Withnall Date: Tue, 16 Jun 2015 10:21:47 +0100 Subject: 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 71f974c82..8cd47ca03 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 -- cgit v1.2.1