summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2012-10-09 08:34:57 +0200
committerKlaus Schmidinger <vdr@tvdr.de>2012-10-09 08:34:57 +0200
commit6b6a372244fc27ebb8c078686db709deae8be9ea (patch)
tree504bc9839b422cb4650c71604e4bc9849e826e6f /Makefile
parent43883ee15977ef021bcf747012133e0514243c38 (diff)
downloadvdr-6b6a372244fc27ebb8c078686db709deae8be9ea.tar.gz
vdr-6b6a372244fc27ebb8c078686db709deae8be9ea.tar.bz2
Fixed 'make install' to not overwrite existing configuration files
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 9c9fe9fb..e165ee88 100644
--- a/Makefile
+++ b/Makefile
@@ -4,7 +4,7 @@
# See the main source file 'vdr.c' for copyright information and
# how to reach the author.
#
-# $Id: Makefile 2.29 2012/09/09 09:29:15 kls Exp $
+# $Id: Makefile 2.30 2012/10/09 08:32:25 kls Exp $
.DELETE_ON_ERROR:
@@ -211,7 +211,7 @@ install-dirs:
@mkdir -p $(DESTDIR)$(RESDIRDEF)
install-conf:
- @cp *.conf $(DESTDIR)$(CONFDIRDEF)
+ @cp -n *.conf $(DESTDIR)$(CONFDIRDEF)
# Documentation: