Install with cp -b.
[userv-utils] / ipif / Makefile
index 90aa70b..9445e08 100644 (file)
@@ -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