mirror of https://github.com/BOINC/boinc.git
Merge pull request #3482 from smoe/patch-2
avoid error when files to clean are not existing
This commit is contained in:
commit
ec2f4ee669
|
@ -25,5 +25,5 @@ install-exec-hook:
|
||||||
fi
|
fi
|
||||||
|
|
||||||
clean:
|
clean:
|
||||||
rm boinc-client.service
|
rm -f boinc-client.service
|
||||||
rm boinc-client
|
rm -f boinc-client
|
||||||
|
|
Loading…
Reference in New Issue