From aa11387031d74a918f8e20249d66068505e0df34 Mon Sep 17 00:00:00 2001 From: Alexander Larsson Date: Tue, 17 May 2016 13:07:56 +0200 Subject: tests: Add test-run-system.sh --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index d599bdf3..36c7bb83 100644 --- a/Makefile.am +++ b/Makefile.am @@ -21,7 +21,7 @@ endif SUBDIRS += po %.service: %.service.in config.log - $(AM_V_GEN) $(SED) -e "s|\@libexecdir\@|$(libexecdir)|" $< > $@ + $(AM_V_GEN) $(SED) -e "s|\@libexecdir\@|$(libexecdir)|" -e "s|\@extraargs\@||" $< > $@ dbus_servicedir = $(DBUS_SERVICE_DIR) service_in_files = $(NULL) -- cgit v1.2.1