Remove trailing spaces
This commit is contained in:
parent
c0e2a2a7e3
commit
750e05f03b
2
.github/ISSUE_TEMPLATE.md
vendored
2
.github/ISSUE_TEMPLATE.md
vendored
@ -7,7 +7,7 @@ These program calls might help:
|
||||
While the notification gets sent:
|
||||
`dbus-monitor path=/org/freedesktop/Notifications`
|
||||
|
||||
If dunst segfaults (please install the debug symbols or install dunst manually again):
|
||||
If dunst segfaults (please install the debug symbols or install dunst manually again):
|
||||
`gdb -ex run dunst -ex bt`
|
||||
|
||||
* ISSUE DESCRIPTION GOES BELOW THIS LINE * -->
|
||||
|
2
Makefile
2
Makefile
@ -10,7 +10,7 @@ endif
|
||||
|
||||
ifeq (,${SYSTEMD})
|
||||
# Check for systemctl to avoid discrepancies on systems, where
|
||||
# systemd is installed, but systemd.pc is in another package
|
||||
# systemd is installed, but systemd.pc is in another package
|
||||
systemctl := $(shell command -v systemctl >/dev/null && echo systemctl)
|
||||
ifeq (systemctl,${systemctl})
|
||||
SYSTEMD := 1
|
||||
|
Loading…
x
Reference in New Issue
Block a user