diff options
| author | 2012-12-05 09:21:35 +0100 | |
|---|---|---|
| committer | 2012-12-05 09:23:49 +0100 | |
| commit | 3306ac7d41020e3750c76a867e767d18739f138d (patch) | |
| tree | 8d9838535a338022a9c842f39f5f815742f99569 /Makefile | |
| parent | 15adc911da3f5b527c74b6bb67d677898d6a173e (diff) | |
| download | dotfiles-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-- | Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 |
