summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Longbons <b.r.longbons@gmail.com>2013-03-30 18:05:58 -0700
committerBen Longbons <b.r.longbons@gmail.com>2013-03-30 18:05:58 -0700
commit331af48d176bbc0f9a15bc0620eceec903af6eb9 (patch)
tree2565a706d3ce287a99ce3fac6e568ddfec6dd514
parente03ecd6bdc47fbd4007bfdab07c2402b540d1778 (diff)
downloadtmwa-331af48d176bbc0f9a15bc0620eceec903af6eb9.tar.gz
tmwa-331af48d176bbc0f9a15bc0620eceec903af6eb9.tar.bz2
tmwa-331af48d176bbc0f9a15bc0620eceec903af6eb9.tar.xz
tmwa-331af48d176bbc0f9a15bc0620eceec903af6eb9.zip
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.
-rw-r--r--GNUmakefile2
1 files changed, 1 insertions, 1 deletions
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})