diff options
author | Klaus Schmidinger <vdr@tvdr.de> | 2010-01-17 12:45:44 +0100 |
---|---|---|
committer | Klaus Schmidinger <vdr@tvdr.de> | 2010-01-17 12:45:44 +0100 |
commit | 3c5b11abbb9c0897eedcc7506af804c62093ec66 (patch) | |
tree | ac8b9cb903073fa43fe667a71fd61e564da81896 /Makefile | |
parent | c198a259432a5ee612ac8dd211f8017f0786fedb (diff) | |
download | vdr-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-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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: |