From 923e582c696158868948fcf5ff89fd461cc9c97b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Timoth=C3=A9e=20Floure?= Date: Wed, 22 Aug 2018 16:47:59 +0200 Subject: [PATCH] Makefile: fix typo in install target (again) --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index aac9bf6..184398b 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.toml /etc/unipoly-mlmmj-ldap-sync.toml + install -m644 conf.example.toml /etc/unipoly-mlmmj-ldap-sync.toml install -m644 unipoly-mlmmj-ldap-sync.service unipoly-mlmmj-ldap-sync.timer /lib/systemd/system