]> git.donarmstrong.com Git - deb_pkgs/autorandr.git/commitdiff
Merge pull request #40 from blueyed/executable-pm-script
authorPhillip Berndt <phillip.berndt@googlemail.com>
Thu, 3 Dec 2015 08:17:57 +0000 (09:17 +0100)
committerPhillip Berndt <phillip.berndt@googlemail.com>
Thu, 3 Dec 2015 08:17:57 +0000 (09:17 +0100)
The 40autorandr script needs to be executable for udev

Makefile

index 8eb12e6c93fbdb77780d2545abcd584ebb6f54fb..42ee710fcd5c04f0b4fa57dc98df0abf14a5eb25 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -39,7 +39,7 @@ 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