summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPatrick McDermott <patrick.mcdermott@libiquity.com>2021-01-07 04:06:11 (EST)
committer Patrick McDermott <patrick.mcdermott@libiquity.com>2021-01-07 04:06:11 (EST)
commitad4d3448b7ddd5b8f1937c04632bd3020197caf2 (patch)
treed991ebc5fb80d4d129deea2b40672960f9c53ccc
parent8138280260a277474f406898b60a1ca200a7c6b8 (diff)
build: Remove isadump and isaset
-rwxr-xr-xbuild6
1 files changed, 6 insertions, 0 deletions
diff --git a/build b/build
index 4225a44..a411da4 100755
--- a/build
+++ b/build
@@ -29,6 +29,12 @@ install: build
dest/usr/share/man/man8/sensors-conf-convert.8 \
dest/usr/sbin/sensors-detect \
dest/usr/share/man/man8/sensors-detect.8
+ # Tools we simply do not (yet) need:
+ rm \
+ dest/usr/sbin/isadump \
+ dest/usr/share/man/man8/isadump.8 \
+ dest/usr/sbin/isaset \
+ dest/usr/share/man/man8/isaset.8
oh-fixperms
oh-strip
oh-installfiles