X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=Makefile;h=a312da8fde60c30c0d4ef038af2e7900407d8591;hb=7f722b738c80ce38491a43bc8fb5e91bb586e005;hp=8eb12e6c93fbdb77780d2545abcd584ebb6f54fb;hpb=dcb1e65fd14e96c32d9fc1bc2e1ab0c0f8efd220;p=deb_pkgs%2Fautorandr.git diff --git a/Makefile b/Makefile index 8eb12e6..a312da8 100644 --- a/Makefile +++ b/Makefile @@ -39,13 +39,13 @@ DEFAULT_TARGETS+=pmutils endif install_pmutils: - install -D -m 644 contrib/pm-utils/40autorandr ${DESTDIR}/etc/pm/sleep.d/40autorandr + install -D -m 755 contrib/pm-utils/40autorandr ${DESTDIR}/etc/pm/sleep.d/40autorandr uninstall_pmutils: rm -f ${DESTDIR}/etc/pm/sleep.d/40autorandr # Rules for systemd -HAVE_SYSTEMD=$(shell grep -q systemd $$(readlink -f $$(awk '{print $$1}' /proc/1/cmdline)) && echo "y") +HAVE_SYSTEMD=$(shell grep -q systemd /proc/1/comm && echo "y") ifeq ($(HAVE_SYSTEMD),y) DEFAULT_TARGETS+=systemd endif @@ -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