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.
This commit is contained in:
Nikos Tsipinakis 2017-07-08 12:28:24 +03:00
parent b2a6dbd0a4
commit abc5436e0e
2 changed files with 1 additions and 1 deletions

View File

@ -49,7 +49,7 @@ docs/dunst.1: docs/dunst.pod
service: service:
@sed "s|##PREFIX##|$(PREFIX)|" org.knopwob.dunst.service.in > org.knopwob.dunst.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 install-dunst: dunst doc
mkdir -p ${DESTDIR}${PREFIX}/bin mkdir -p ${DESTDIR}${PREFIX}/bin