summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2010-01-17 12:45:44 +0100
committerKlaus Schmidinger <vdr@tvdr.de>2010-01-17 12:45:44 +0100
commit3c5b11abbb9c0897eedcc7506af804c62093ec66 (patch)
treeac8b9cb903073fa43fe667a71fd61e564da81896 /Makefile
parentc198a259432a5ee612ac8dd211f8017f0786fedb (diff)
downloadvdr-3c5b11abbb9c0897eedcc7506af804c62093ec66.tar.gz
vdr-3c5b11abbb9c0897eedcc7506af804c62093ec66.tar.bz2
Renamed 'runvdr' to 'runvdr.template' and no longer copying it to the BINDIR in 'make install'
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 1901fa2d..01408cb1 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.5 2009/12/31 15:36:00 kls Exp $
+# $Id: Makefile 2.6 2010/01/17 12:32:18 kls Exp $
.DELETE_ON_ERROR:
@@ -164,7 +164,7 @@ install: install-bin install-conf install-doc install-plugins install-i18n
install-bin: vdr
@mkdir -p $(DESTDIR)$(BINDIR)
- @cp --remove-destination vdr runvdr svdrpsend.pl $(DESTDIR)$(BINDIR)
+ @cp --remove-destination vdr svdrpsend.pl $(DESTDIR)$(BINDIR)
# Configuration files: