summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorGravatar Tom Willemsen2012-12-05 09:21:35 +0100
committerGravatar Tom Willemsen2012-12-05 09:23:49 +0100
commit3306ac7d41020e3750c76a867e767d18739f138d (patch)
tree8d9838535a338022a9c842f39f5f815742f99569 /Makefile
parent15adc911da3f5b527c74b6bb67d677898d6a173e (diff)
downloaddotfiles-3306ac7d41020e3750c76a867e767d18739f138d.tar.gz
dotfiles-3306ac7d41020e3750c76a867e767d18739f138d.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