Add cp -F to force delete of existing destination files, and make install command...
authorRob Landley <rob@landley.net>
Mon, 1 Sep 2014 17:47:32 +0000 (12:47 -0500)
committerRob Landley <rob@landley.net>
Mon, 1 Sep 2014 17:47:32 +0000 (12:47 -0500)
commitc164960f468ffae19b080b264f6e9960e0eb1027
tree6b95206cea0ac581862feeaddf0346accf1524e2
parent658887a48c11b0933c74dd399b8fe5feaf0aa018
Add cp -F to force delete of existing destination files, and make install command use that.

-F is equivalent to the gnu/dammit flag --we-think-long-options-without-short-options-are-a-good-idea
toys/posix/cp.c