summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2011-12-04 14:36:37 +0100
committerKlaus Schmidinger <vdr@tvdr.de>2011-12-04 14:36:37 +0100
commita6138160501bf5c1bf42c5f16c6d0333d7b31e9d (patch)
tree870e36154dd657a3c081717f95ca32547fa78e17 /Makefile
parent7ab9d4fcfdc847131d0c46a5e3923ae0f0492fdf (diff)
downloadvdr-a6138160501bf5c1bf42c5f16c6d0333d7b31e9d.tar.gz
vdr-a6138160501bf5c1bf42c5f16c6d0333d7b31e9d.tar.bz2
Removed the '.pl' suffix from all scripts
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index f1514cf2..c6b8fe2f 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.20 2011/12/04 14:12:49 kls Exp $
+# $Id: Makefile 2.21 2011/12/04 14:17:35 kls Exp $
.DELETE_ON_ERROR:
@@ -190,7 +190,7 @@ install: install-bin install-conf install-doc install-plugins install-i18n insta
install-bin: vdr
@mkdir -p $(DESTDIR)$(BINDIR)
- @cp --remove-destination vdr svdrpsend.pl $(DESTDIR)$(BINDIR)
+ @cp --remove-destination vdr svdrpsend $(DESTDIR)$(BINDIR)
# Configuration files: