mirror of https://github.com/BOINC/boinc.git
avoid error when files to clean are not existing
This commit is contained in:
parent
729995f960
commit
a2fe1b6f09
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue