From e1cf0e5fd0aea07dde7e37167ad327f92b02a37f Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Mon, 19 Dec 2016 14:49:52 +1300 Subject: Add yashrc.d and ver() func --- Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 9961da71..30183494 100644 --- a/Makefile +++ b/Makefile @@ -383,8 +383,10 @@ install-x : install -pm 0644 -- X/Xresources.d/* "$(HOME)"/.Xresources.d install-yash : check-yash install-sh - install -pm 0644 -- yash/yashrc "$(HOME)"/.yashrc + install -m 0755 -d -- "$(HOME)"/.yashrc.d install -pm 0644 -- yash/yash_profile "$(HOME)"/.yash_profile + install -pm 0644 -- yash/yashrc "$(HOME)"/.yashrc + install -pm 0644 -- yash/yashrc.d/* "$(HOME)"/.yashrc.d install-zsh : install-sh install -m 0755 -d -- "$(HOME)"/.zshrc.d -- cgit v1.2.3