From: Phillip Berndt Date: Tue, 31 May 2016 13:23:52 +0000 (+0200) Subject: udev requires pmutils as well (See issue #45) X-Git-Tag: 1.0~21 X-Git-Url: https://git.donarmstrong.com/?p=deb_pkgs%2Fautorandr.git;a=commitdiff_plain;h=1aec0f4a2dcefc58d08432144dc8ff51918d7463 udev requires pmutils as well (See issue #45) --- diff --git a/Makefile b/Makefile index 30419ac..a312da8 100644 --- a/Makefile +++ b/Makefile @@ -62,7 +62,7 @@ ifeq ($(HAVE_UDEV),y) DEFAULT_TARGETS+=udev endif -install_udev: +install_udev: install_pmutils install -D -m 644 contrib/udev/40-monitor-hotplug.rules ${DESTDIR}/etc/udev/rules.d/40-monitor-hotplug.rules ifeq (${USER},root) udevadm control --reload-rules @@ -71,7 +71,7 @@ else @echo " udevadm control --reload-rules" endif -uninstall_udev: +uninstall_udev: uninstall_pmutils rm -f ${DESTDIR}/etc/udev/rules.d/40-monitor-hotplug.rules