summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorMichael Stapelberg <michael+x200@stapelberg.de>2009-05-10 13:04:45 +0200
committerMichael Stapelberg <michael+x200@stapelberg.de>2009-05-10 13:04:45 +0200
commit4a2f8ac86e98961a622e9b4d6e671c135157630b (patch)
treebaeb0f4a695f562ed2f527c32e78023ebce49a39 /Makefile
parent4a9d3d7365bea96f93024e7e6e906e306781e2e7 (diff)
debian: update changelog, control. We can finally drop the suid bit :-)
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index fcb66f1..1fd76b9 100644
--- 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: