From 3306ac7d41020e3750c76a867e767d18739f138d Mon Sep 17 00:00:00 2001 From: Tom Willemsen Date: Wed, 5 Dec 2012 09:21:35 +0100 Subject: Change file permissions for .xinitrc to 744 The .xinitrc gets executed, so it must get the correct bit when installing. --- Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Makefile') 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 -- cgit v1.3-2-g0d8e