From 8d9c58663412f651132b7f75ca3a49514cb1fd4d Mon Sep 17 00:00:00 2001 From: ian Date: Sat, 25 Sep 1999 10:13:01 +0000 Subject: [PATCH] Install with cp -b. --- ipif/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 2.30.2