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:
parent
b2a6dbd0a4
commit
abc5436e0e
2
Makefile
2
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
|
||||
|
Loading…
x
Reference in New Issue
Block a user