summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorGravatar Tom Willemsen2012-12-05 09:21:35 +0100
committerGravatar Tom Willemsen2012-12-05 09:21:35 +0100
commit38194c9c34dff080d8751ca0d1f6c7b2eab128e7 (patch)
tree0e41f789b15c46e67ed8156450a8c39bdf1dbbe0 /Makefile
parenta95c1528abd35b1b07f34e395a721b6f5744c4ae (diff)
downloaddotfiles-38194c9c34dff080d8751ca0d1f6c7b2eab128e7.tar.gz
dotfiles-38194c9c34dff080d8751ca0d1f6c7b2eab128e7.zip
Change file permissions for .xinitrc to 744
The .xinitrc gets executed, so it must get the correct bit when installing.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index ec793cd..e032b22 100644
--- a/Makefile
+++ b/Makefile
@@ -7,3 +7,5 @@ objects=.bash_profile .beetsconfig .conky_box.lua .conkyrc .gitconfig \
.xinitrc .Xmodmap .xsession .zprofile .zshrc
include dotfiles.mk
+
+install-.xinitrc: MODE=744