From fa04d4b0ec432c4115eb52c3ec848e3e9f7b515e Mon Sep 17 00:00:00 2001 From: Tobias Grimm Date: Sat, 13 Dec 2008 11:31:29 +0100 Subject: Applied patch from Rolf Ahrenberg (vdr-ttxtsubs-0.0.5-raastinrauta-edition.diff.gz) --- Checkpatch.sh | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) (limited to 'Checkpatch.sh') diff --git a/Checkpatch.sh b/Checkpatch.sh index 5549988..e4b2321 100644 --- a/Checkpatch.sh +++ b/Checkpatch.sh @@ -23,18 +23,18 @@ if [ $? -ne 0 ]; then exit 1; fi -grep OSD_HOOK_2 "$DIR/../../../osd.c" >> /dev/null; -if [ $? -ne 0 ]; then - echo - echo - echo "Error while building ttxtsubs plugin:" - echo " You have an older version of the VDR patch installed!" - echo " You need to upgrade it." - echo " Please do:" - echo " cd /path/to/vdr [ replace with your path ]" - echo " patch -b < PLUGINS/src/ttxtsubs/VDR.upgrade-patch" - echo " make" - echo - exit 1; -fi +#grep OSD_HOOK_2 "$DIR/../../../osd.c" >> /dev/null; +#if [ $? -ne 0 ]; then +# echo +# echo +# echo "Error while building ttxtsubs plugin:" +# echo " You have an older version of the VDR patch installed!" +# echo " You need to upgrade it." +# echo " Please do:" +# echo " cd /path/to/vdr [ replace with your path ]" +# echo " patch -b < PLUGINS/src/ttxtsubs/VDR.upgrade-patch" +# echo " make" +# echo +# exit 1; +#fi -- cgit v1.2.3