From 2386a2b6e919c5850df2e8efad78be7ab86a56b7 Mon Sep 17 00:00:00 2001 From: Patrick McDermott Date: Thu, 07 Jan 2021 14:27:05 -0500 Subject: build: Don't fail if isadump/isaset don't exist They are only built for the following Autoconf/GCC CPU types: i386, i486, i586, i686, and x86_64. --- (limited to 'build') diff --git a/build b/build index a411da4..6ad206a 100755 --- a/build +++ b/build @@ -30,7 +30,7 @@ install: build dest/usr/sbin/sensors-detect \ dest/usr/share/man/man8/sensors-detect.8 # Tools we simply do not (yet) need: - rm \ + rm -f \ dest/usr/sbin/isadump \ dest/usr/share/man/man8/isadump.8 \ dest/usr/sbin/isaset \ -- cgit v0.9.1