summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorChristian Wieninger <cwieninger@gmx.de>2013-03-25 23:00:21 +0100
committerChristian Wieninger <cwieninger@gmx.de>2013-03-25 23:00:21 +0100
commitd8aa3e6a03b04d052165a048f6aa4bd1ce9dfc0e (patch)
tree255973550b950af0594ed91bed8f10680842a582 /Makefile
parentdd02e353512db5897ea329f12cf9e151f7ac6c86 (diff)
parenta1ecb8915815959f76d9360dafc1733edca78567 (diff)
downloadvdr-plugin-epgsearch-d8aa3e6a03b04d052165a048f6aa4bd1ce9dfc0e.tar.gz
vdr-plugin-epgsearch-d8aa3e6a03b04d052165a048f6aa4bd1ce9dfc0e.tar.bz2
Merge branch 'master' of git+ssh://gandalf/srv/git/epgsearch
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index c5732ac..98e7971 100644
--- a/Makefile
+++ b/Makefile
@@ -58,7 +58,7 @@ PLUGIN4 = quickepgsearch
### The version number of this plugin (taken from the main source file):
-VERSION = $(shell grep 'static const char \*VERSION *=' $(PLUGIN).c | awk '{ print $$6 }' | sed -e 's/[";]//g')
+VERSION = $(shell grep 'static const char VERSION\[\] *=' $(PLUGIN).c | awk '{ print $$6 }' | sed -e 's/[";]//g')
### The directory environment: