From d26159048ec3dd0cdb583dd6b3b0d576b80c0511 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Wed, 16 Dec 2015 23:28:14 +0000 Subject: [PATCH] autotitle: Install in personal/linux-i386/bin, and make install dir --- autotitle/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 $@ -- 2.30.2