Merge pull request #488 from stapelberg/patch-1
Fix race condition resulting in the service file being empty in some cases.
This commit is contained in:
commit
75c8f56137
6
Makefile
6
Makefile
@ -132,12 +132,12 @@ install-dunst: dunst doc
|
||||
install-doc:
|
||||
install -Dm644 dunstrc ${DESTDIR}${PREFIX}/share/dunst/dunstrc
|
||||
|
||||
install-service: service install-service-dbus
|
||||
install-service-dbus:
|
||||
install-service: install-service-dbus
|
||||
install-service-dbus: service-dbus
|
||||
install -Dm644 org.knopwob.dunst.service ${DESTDIR}${SERVICEDIR_DBUS}/org.knopwob.dunst.service
|
||||
ifneq (0,${SYSTEMD})
|
||||
install-service: install-service-systemd
|
||||
install-service-systemd:
|
||||
install-service-systemd: service-systemd
|
||||
install -Dm644 dunst.systemd.service ${DESTDIR}${SERVICEDIR_SYSTEMD}/dunst.service
|
||||
endif
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user