]> git.sur5r.net Git - i3/i3lock/blobdiff - Makefile
debian: update changelog, control. We can finally drop the suid bit :-)
[i3/i3lock] / Makefile
index fcb66f1dff78405227b4d9360438559046313437..1fd76b9436b7d4fd7b2410c7036f8ba9c38e1c1f 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -41,7 +41,7 @@ install: all
        @echo installing executable file to $(DESTDIR)$(PREFIX)/bin
        $(INSTALL) -d $(DESTDIR)$(PREFIX)/bin
        $(INSTALL) -d $(MANDIR)/man1
-       $(INSTALL) -m 4755 i3lock $(DESTDIR)$(PREFIX)/bin/i3lock
+       $(INSTALL) -m 755 i3lock $(DESTDIR)$(PREFIX)/bin/i3lock
        $(INSTALL) -m 644 i3lock.1 $(MANDIR)/man1/i3lock.1
 
 uninstall: