diff options
author | Patrick 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) |
commit | ad4d3448b7ddd5b8f1937c04632bd3020197caf2 (patch) | |
tree | d991ebc5fb80d4d129deea2b40672960f9c53ccc | |
parent | 8138280260a277474f406898b60a1ca200a7c6b8 (diff) |
build: Remove isadump and isaset
-rwxr-xr-x | build | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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 |