X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=Makefile;h=f1d27253cad3700472dd6121a8ec197a3470cd39;hb=eef58b0a5d7ef7c90afc1175fd0793270159a146;hp=f26018d32030dc2ba4aaa9084f6edc6c05cb6559;hpb=bbdf3fb63999e8a5baadce042e04cae8cdc8cdd5;p=deb_pkgs%2Fautorandr.git diff --git a/Makefile b/Makefile index f26018d..f1d2725 100644 --- a/Makefile +++ b/Makefile @@ -4,9 +4,16 @@ all: INSTALL_PATH=/usr/local/bin install: - install auto-disper ${INSTALL_PATH} - install -m 755 autorandr ${INSTALL_PATH} - install -m 644 bash_completion/autorandr /etc/bash_completion.d/ + install -D auto-disper ${DESTDIR}${INSTALL_PATH}/auto-disper + install -D -m 755 autorandr ${DESTDIR}${INSTALL_PATH}/autorandr + install -D -m 644 bash_completion/autorandr ${DESTDIR}/etc/bash_completion.d/autorandr hotplug: - install -m 755 pm-utils/40autorandr /etc/pm/power.d/ \ No newline at end of file + install -D -m 755 pm-utils/40autorandr ${DESTDIR}/etc/pm/sleep.d/40autorandr + install -D -m 644 udev/40-monitor-hotplug.rules ${DESTDIR}/etc/udev/rules.d/40-monitor-hotplug.rules +ifeq (${USER},root) + udevadm control --reload-rules +else + @echo "Please run this command as root:" + @echo " udevadm control --reload-rules" +endif