commit | ad2a08c7de9198246fec77c457d4c14f7bc4c1fb | [log] [tgz] |
---|---|---|
author | Benjamin Fair <benjaminfair@google.com> | Tue Apr 07 12:57:58 2020 -0700 |
committer | Benjamin Fair <benjaminfair@google.com> | Tue Apr 07 12:58:19 2020 -0700 |
tree | 476028ed7db825a18cff066723e9413d3e428519 | |
parent | 938c0e438c7927da7f393a2618359d37a203d8ee [diff] |
7seg: fix service file name The service file name was missing an '@' at the end Signed-off-by: Benjamin Fair <benjaminfair@google.com> Change-Id: Ia0dee9d54c2934dcaf3f4891f81a1ca052e217b9
diff --git a/Makefile.am b/Makefile.am index fd01b4d..c2e7d73 100644 --- a/Makefile.am +++ b/Makefile.am
@@ -9,7 +9,7 @@ if ENABLE_7SEG if HAVE_SYSTEMD -systemdsystemunit_DATA += postcode-7seg.service +systemdsystemunit_DATA += postcode-7seg@.service endif # HAVE_SYSTEMD bin_PROGRAMS += postcode_7seg