summaryrefslogtreecommitdiffstats
path: root/INSTALL
diff options
context:
space:
mode:
authorAlejandro Colomar <alx@kernel.org>2022-11-17 16:25:48 +0100
committerAlejandro Colomar <alx@kernel.org>2022-11-17 16:25:50 +0100
commita2cf51894d2a3dc05823e37cdf15252b1cc087e6 (patch)
tree8ccbbe03a8dad83bbe1ce9fd33b640d1bcce21e9 /INSTALL
parent10567c9aaa96bb5645c903df7d6fa5c4b7008bd5 (diff)
INSTALL, RELEASE, cmd.mk, lint-man.mk: Use expr(1) instead of bc(1)
Both bc(1) and expr(1) are in POSIX. However, expr(1) is provided by GNU coreutils, and seems simpler to use. This will simplify the dependencies required to package the project. Document the change in dependencies too. Signed-off-by: Alejandro Colomar <alx@kernel.org>
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL2
1 files changed, 1 insertions, 1 deletions
diff --git a/INSTALL b/INSTALL
index bcaadf763..d2367883b 100644
--- a/INSTALL
+++ b/INSTALL
@@ -73,8 +73,8 @@ Description
Dependencies
- Build-depends:
- Generic:
- - bc(1)
- echo(1)
+ - expr(1)
- find(1)
- grep(1)
- locale(1)