Renamed 'runvdr' to 'runvdr.template' and no longer copying it to the BINDIR in 'make install'

This commit is contained in:
Klaus Schmidinger
2010-01-17 12:45:44 +01:00
parent c198a25943
commit 3c5b11abbb
5 changed files with 24 additions and 9 deletions

View File

@@ -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: