commit 93a31baa7cf1b6377160a0d2ef9b4a7c50899ad4
parent 19ed71faa56057fa00efe499bb7c13c3545695fe
Author: Pavel Renev <an2qzavok@gmail.com>
Date: Thu, 31 Mar 2022 21:52:50 +0000
extra: use $objtype instead of $cputype for installing
Diffstat:
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/README.md b/README.md
@@ -33,7 +33,7 @@ being treated as command and rest as argument.
- 'f' - set font
For 'n', 't', and 's' argument is ignored and should be empty.
-For 'l' and'f' empty argument will unset the parameter.
+For 'l' and 'f' empty argument will unset the parameter.
# Usage
@@ -64,7 +64,7 @@ user menu.
# Installation
The usual `mk install` invocation will install richterm binary
-into `/$cputype/bin directory` and extra binaries and scripts into
+into `/$objtype/bin directory` and extra binaries and scripts into
`/sys/lib/richterm/bin/...` directories.
`/sys/lib/richterm/bin/...` will be bound over `/bin` by richterm
diff --git a/extra/mkfile b/extra/mkfile
@@ -7,7 +7,7 @@ TARG=\
Gemini\
SYSLIB=/sys/lib/richterm
-BIN=$SYSLIB/bin/$cputype
+BIN=$SYSLIB/bin/$objtype
</sys/src/cmd/mkmany