Changed the source directory name for plugins from 'SRC' to 'src' (ported back to versions V10100-V10117)

This commit is contained in:
Klaus Schmidinger
2002-11-29 15:25:36 +01:00
parent 1f4f3b5206
commit 56db644f5a
4 changed files with 7 additions and 2 deletions

View File

@@ -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";