summaryrefslogtreecommitdiff
path: root/GNUmakefile
diff options
context:
space:
mode:
Diffstat (limited to 'GNUmakefile')
-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})