From 331af48d176bbc0f9a15bc0620eceec903af6eb9 Mon Sep 17 00:00:00 2001 From: Ben Longbons Date: Sat, 30 Mar 2013 18:05:58 -0700 Subject: Keep (numbered) backups when installing files There's no such thing as being too paranoid, and this has turned out to be useful in practice. --- GNUmakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/GNUmakefile b/GNUmakefile index a8fe0f0..f2849aa 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -81,4 +81,4 @@ include deps.make prefix=/usr/local install: install -d ${prefix}/bin/ - install -t ${prefix}/bin/ $(wildcard ${PROGS}) + install --backup=numbered -t ${prefix}/bin/ $(wildcard ${PROGS}) -- cgit v1.2.3-70-g09d2