From a2fe1b6f090427990be3ad0e8417e1e73d27ba18 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Steffen=20M=C3=B6ller?= Date: Sat, 29 Feb 2020 03:15:21 +0100 Subject: [PATCH] avoid error when files to clean are not existing --- client/scripts/Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/client/scripts/Makefile.am b/client/scripts/Makefile.am index ae90a810d7..2a53203d84 100644 --- a/client/scripts/Makefile.am +++ b/client/scripts/Makefile.am @@ -25,5 +25,5 @@ install-exec-hook: fi clean: - rm boinc-client.service - rm boinc-client + rm -f boinc-client.service + rm -f boinc-client