Install the systemd user service file by default
This commit is contained in:
parent
7c967879e2
commit
94da3eecc5
1
Makefile
1
Makefile
@ -64,6 +64,7 @@ install-doc:
|
||||
install-service: service
|
||||
mkdir -p ${DESTDIR}${PREFIX}/share/dbus-1/services/
|
||||
install -m644 org.knopwob.dunst.service ${DESTDIR}${PREFIX}/share/dbus-1/services
|
||||
install -Dm644 dunst.systemd.service ${DESTDIR}${PREFIX}/lib/systemd/user/dunst.service
|
||||
|
||||
install: install-dunst install-doc install-service
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user