From: ian Date: Sat, 25 Sep 1999 10:13:01 +0000 (+0000) Subject: Install with cp -b. X-Git-Tag: branchpoint-1996-06-19-retrospective-beforeuserv~2 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ian/git?p=userv-utils.git;a=commitdiff_plain;h=8d9c58663412f651132b7f75ca3a49514cb1fd4d Install with cp -b. --- diff --git a/ipif/Makefile b/ipif/Makefile index 90aa70b..9445e08 100644 --- a/ipif/Makefile +++ b/ipif/Makefile @@ -20,7 +20,7 @@ all: $(TARGETS) install: all mkdir -p $(libuserv) $(services) - cp service $(libuserv)/ipif + cp -b service $(libuserv)/ipif cp ipif $(services)/ipif:new - cp udptunnel $(bindir)/. + cp -b udptunnel $(bindir)/. set -e; cd $(services); test -f ipif || mv ipif:new ipif