chiark / gitweb /
autotitle: Install in personal/linux-i386/bin, and make install dir
authorIan Jackson <ijackson@chiark.greenend.org.uk>
Wed, 16 Dec 2015 23:28:14 +0000 (23:28 +0000)
committerIan Jackson <ijackson@chiark.greenend.org.uk>
Wed, 16 Dec 2015 23:28:14 +0000 (23:28 +0000)
autotitle/Makefile

index 6a82f1377678ce5bda244b36053db7c8512c17e2..d03ce5aba21fff9a861e96c24e64632f65368c2e 100644 (file)
@@ -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 $@