summaryrefslogtreecommitdiff
path: root/PLUGINS/src/servicedemo
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2006-04-24 17:53:19 +0200
committerKlaus Schmidinger <vdr@tvdr.de>2006-04-24 17:53:19 +0200
commitbf4f8e0da38b757dae9a8fef4e17cb23094d6e26 (patch)
tree7f014108347cc454d5cde6fd22e97b50015090ce /PLUGINS/src/servicedemo
parentc4d90dff6b201101fe54b96ec5b127db1ce818af (diff)
downloadvdr-bf4f8e0da38b757dae9a8fef4e17cb23094d6e26.tar.gz
vdr-bf4f8e0da38b757dae9a8fef4e17cb23094d6e26.tar.bz2
Fixed extracting APIVERSION to work with older versions of 'sed'; Fixed broken APIVERSION extraction line in 'newplugin'
Diffstat (limited to 'PLUGINS/src/servicedemo')
-rw-r--r--PLUGINS/src/servicedemo/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/PLUGINS/src/servicedemo/Makefile b/PLUGINS/src/servicedemo/Makefile
index 31e57a89..08e83c31 100644
--- a/PLUGINS/src/servicedemo/Makefile
+++ b/PLUGINS/src/servicedemo/Makefile
@@ -1,7 +1,7 @@
#
# Makefile for a Video Disk Recorder plugin
#
-# $Id: Makefile 1.5 2006/04/22 09:59:55 kls Exp $
+# $Id: Makefile 1.6 2006/04/24 17:21:01 kls Exp $
# The official name of this plugin.
# This name will be used in the '-P...' option of VDR to load the plugin.
@@ -31,7 +31,7 @@ TMPDIR = /tmp
### The version number of VDR's plugin API (taken from VDR's "config.h"):
-APIVERSION = $(shell sed -ne '/define APIVERSION/ { s/^.*"\(.*\)".*$$/\1/; p }' $(VDRDIR)/config.h)
+APIVERSION = $(shell sed -ne '/define APIVERSION/s/^.*"\(.*\)".*$$/\1/p' $(VDRDIR)/config.h)
### The name of the distribution archive: