git: 9front

Download patch

ref: 090402161fb1025d8530ebefce26eeacc8b8f0a4
parent: 159bc80bbdd0b4298074963fc3102829702559ed
author: aiju <devnull@localhost>
date: Tue Mar 28 15:48:50 EDT 2017

games/blit: mkfile: install into /bin/games

--- a/sys/src/games/blit/mkfile
+++ b/sys/src/games/blit/mkfile
@@ -1,6 +1,6 @@
 </$objtype/mkfile
 
-BIN=/$objtype/bin
+BIN=/$objtype/bin/games
 TARG=blit
 HFILES=dat.h fns.h
 OFILES=\
--