summaryrefslogtreecommitdiff
path: root/ipif
diff options
context:
space:
mode:
authorian <ian>1999-09-25 10:13:01 +0000
committerian <ian>1999-09-25 10:13:01 +0000
commit8d9c58663412f651132b7f75ca3a49514cb1fd4d (patch)
tree6881adebf48ee1e8eaf2e30397d5561096fbf21c /ipif
parenta48a8f0d57d1ec21779bf05cbd28fe7a0105033a (diff)
downloaduserv-utils-8d9c58663412f651132b7f75ca3a49514cb1fd4d.tar.gz
Install with cp -b.
Diffstat (limited to 'ipif')
-rw-r--r--ipif/Makefile4
1 files 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