]> git.donarmstrong.com Git - deb_pkgs/autorandr.git/commit
Replaced MAKECMDGOALS with DEFAULT_TARGETS to check for systemd
authorPatrick Deubel <33164686+pdeubel@users.noreply.github.com>
Tue, 25 Apr 2023 15:31:21 +0000 (17:31 +0200)
committerPhillip Berndt <phillip.berndt@googlemail.com>
Tue, 25 Apr 2023 16:21:44 +0000 (18:21 +0200)
commitac8fb582ced313a8a86c335ccac419581a8e7b74
tree36fb78cb72e0ca465f6f4c032990154383dc0862
parent5981c84bcaa213fa678cbaa2dc25e4c244f87107
Replaced MAKECMDGOALS with DEFAULT_TARGETS to check for systemd
when installing udev rules

MAKECMDGOALS does not containg "systemd" although systemd is used
on the system. Thus, an incorrect udev rule is created. DEFAULT_TARGETS
however does contain "systemd", because of a check earlier in the
Makefile (lines 83-85).
Makefile