diff options
Diffstat (limited to 'newplugin')
-rwxr-xr-x | newplugin | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -12,7 +12,7 @@ # See the main source file 'vdr.c' for copyright information and # how to reach the author. # -# $Id: newplugin 1.12 2002/11/23 15:00:35 kls Exp $ +# $Id: newplugin 1.13 2002/11/29 15:23:54 kls Exp $ $PLUGIN_NAME = $ARGV[0] || die "Usage: newplugin <name>\n"; @@ -24,7 +24,7 @@ $PLUGIN_VERSION = "0.0.1"; $PLUGIN_DESCRIPTION = "Enter description for '$PLUGIN_NAME' plugin"; $PLUGIN_MAINENTRY = $PLUGIN_CLASS; -$PLUGINS_SRC = "PLUGINS/SRC"; +$PLUGINS_SRC = "PLUGINS/src"; $README = qq {This is a "plugin" for the Video Disk Recorder (VDR). |