From abc5436e0e0b71d017250ab6c5cada9c1d58a815 Mon Sep 17 00:00:00 2001 From: Nikos Tsipinakis Date: Sat, 8 Jul 2017 12:28:24 +0300 Subject: [PATCH] Move systemd service file to the root directory Since the systemd service is installed by default and officially supported there is no reason for it to be in the contrib directory. --- Makefile | 2 +- contrib/dunst.systemd.service.in => dunst.systemd.service.in | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename contrib/dunst.systemd.service.in => dunst.systemd.service.in (100%) diff --git a/Makefile b/Makefile index ac2843c..7e95a56 100644 --- a/Makefile +++ b/Makefile @@ -49,7 +49,7 @@ docs/dunst.1: docs/dunst.pod service: @sed "s|##PREFIX##|$(PREFIX)|" org.knopwob.dunst.service.in > org.knopwob.dunst.service - @sed "s|##PREFIX##|$(PREFIX)|" contrib/dunst.systemd.service.in > dunst.systemd.service + @sed "s|##PREFIX##|$(PREFIX)|" dunst.systemd.service.in > dunst.systemd.service install-dunst: dunst doc mkdir -p ${DESTDIR}${PREFIX}/bin diff --git a/contrib/dunst.systemd.service.in b/dunst.systemd.service.in similarity index 100% rename from contrib/dunst.systemd.service.in rename to dunst.systemd.service.in