wm: infra

Download patch

ref: 8df8bdb45c315795a3a52f3fda0d8396a9eaac1a
parent: 50053e6e86a72bf61fe6bcc2a87969bc110b419c
author: mkf <mkf@x230>
date: Thu Sep 7 07:27:14 EDT 2023

mkfile: fix $BIN path

--- a/mkfile
+++ b/mkfile
@@ -1,5 +1,5 @@
 < /$objtype/mkfile
-BIN=$home/bin/grid/$objtype
+BIN=$home/bin/$objtype/grid/
 TARG=\
     chusr\
 
@@ -8,4 +8,4 @@
 install:V: $BIN
 
 $BIN:
-	mkdir -p $BIN
\ No newline at end of file
+	mkdir -p $BIN