From: Ian Jackson Date: Wed, 16 Dec 2015 23:28:14 +0000 (+0000) Subject: autotitle: Install in personal/linux-i386/bin, and make install dir X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ian/git?p=ian-dotfiles.git;a=commitdiff_plain;h=d26159048ec3dd0cdb583dd6b3b0d576b80c0511 autotitle: Install in personal/linux-i386/bin, and make install dir --- diff --git a/autotitle/Makefile b/autotitle/Makefile index 6a82f13..d03ce5a 100644 --- a/autotitle/Makefile +++ b/autotitle/Makefile @@ -1,4 +1,4 @@ -INSTALLDIR= $(HOME)/bin +INSTALLDIR= $(HOME)/personal/linux-i386/bin INSTALLED= $(INSTALLDIR)/autotitle X11= /usr/X11R6 @@ -14,6 +14,7 @@ default: autotitle install: $(INSTALLED) $(INSTALLED): autotitle + install -d $(INSTALLDIR) rm -f $@ ln autotitle $@