From e38108db214727499bd59ec02aa06c5f08668392 Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Sat, 26 Apr 2014 23:18:44 +1200 Subject: Remove Urxvt.perl-lib definition I didn't read the manpage. It turns out that urxvt will search $HOME/.urxvt/ext by default for its extensions, so I don't need to specify a path here (much less a fixed string rather than a variable). --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index b07da88f..ab788dcd 100644 --- a/Makefile +++ b/Makefile @@ -99,8 +99,8 @@ install-tmux : install-urxvt : mkdir -p $(HOME)/.urxvt - rm -f $(HOME)/.urxvt/clip - ln -s $(PWD)/urxvt/clip $(HOME)/.urxvt/clip + rm -fr $(HOME)/.urxvt/clip/ext + ln -s $(PWD)/urxvt/ext $(HOME)/.urxvt/ext install-vim : mkdir -p $(HOME)/.vim -- cgit v1.2.3