summaryrefslogtreecommitdiff
path: root/newplugin
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 /newplugin
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 'newplugin')
-rwxr-xr-xnewplugin4
1 files changed, 2 insertions, 2 deletions
diff --git a/newplugin b/newplugin
index f54db76e..98b8645d 100755
--- a/newplugin
+++ b/newplugin
@@ -12,7 +12,7 @@
# See the main source file 'vdr.c' for copyright information and
# how to reach the author.
#
-# $Id: newplugin 1.27 2006/04/22 10:04:10 kls Exp $
+# $Id: newplugin 1.28 2006/04/24 17:18:41 kls Exp $
$PLUGIN_NAME = $ARGV[0] || die "Usage: newplugin <name>\n";
@@ -85,7 +85,7 @@ TMPDIR = /tmp
### The version number of VDR's plugin API (taken from VDR's "config.h"):
-APIVERSION = \$(shell sed -ne '/define VDRVERSION/ { s/^.*"\(.*\)".*\$\$/\\1/; p }' \$(VDRDIR)/config.h)
+APIVERSION = \$(shell sed -ne '/define APIVERSION/s/^.*"\\(.*\\)".*\$\$/\\1/p' \$(VDRDIR)/config.h)
### The name of the distribution archive: