chiark / gitweb /
Install with cp -b.
authorian <ian>
Sat, 25 Sep 1999 10:13:01 +0000 (10:13 +0000)
committerian <ian>
Sat, 25 Sep 1999 10:13:01 +0000 (10:13 +0000)
ipif/Makefile

index 90aa70b776de824d4e2b4badac218693fef06e51..9445e0824a02f5a769defdc7499c180c7eba693f 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