From 734c104fe9d84785c7f574c799db7d5966a1288c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Timoth=C3=A9e=20Floure?= Date: Wed, 22 Aug 2018 16:34:07 +0200 Subject: [PATCH] Makefile: fix typo in install target --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 4029053..aac9bf6 100644 --- a/Makefile +++ b/Makefile @@ -5,5 +5,5 @@ build: install: mkdir -p $(DESTDIR)$(PREFIX)/bin /etc /lib/systemd/system install -m755 unipoly-mlmmj-ldap-sync $(DESTDIR)$(PREFIX)/bin/unipoly-mlmmj-ldap-sync - install -m644 config.example.com /etc/unipoly-mlmmj-ldap-sync.toml + install -m644 config.example.toml /etc/unipoly-mlmmj-ldap-sync.toml install -m644 unipoly-mlmmj-ldap-sync.service unipoly-mlmmj-ldap-sync.timer /lib/systemd/system