mirror of
https://github.com/VDR4Arch/vdr.git
synced 2023-10-10 13:36:52 +02:00
Changed the source directory name for plugins from 'SRC' to 'src' (ported back to versions V10100-V10117)
This commit is contained in:
parent
1f4f3b5206
commit
56db644f5a
@ -486,3 +486,6 @@ Guy Roussin <guy.roussin@teledetection.fr>
|
|||||||
|
|
||||||
Georg Hitsch <georg@hitsch.at>
|
Georg Hitsch <georg@hitsch.at>
|
||||||
for his help in keeping 'channels.conf' up to date
|
for his help in keeping 'channels.conf' up to date
|
||||||
|
|
||||||
|
Clemens Kirchgatterer <clemens@thf.ath.cx>
|
||||||
|
for suggesting to change source directory name for plugins from 'SRC' to 'src'
|
||||||
|
2
HISTORY
2
HISTORY
@ -1822,3 +1822,5 @@ Video Disk Recorder Revision History
|
|||||||
- Group delimiters in the 'channels.conf' file that have no text (like a simple ":"
|
- Group delimiters in the 'channels.conf' file that have no text (like a simple ":"
|
||||||
or ":@201") no longer show up in the Channels menu (suggested by Guy Roussin).
|
or ":@201") no longer show up in the Channels menu (suggested by Guy Roussin).
|
||||||
- Added "Tele 5" to 'channels.conf' (thanks to Georg Hitsch).
|
- Added "Tele 5" to 'channels.conf' (thanks to Georg Hitsch).
|
||||||
|
- Changed the source directory name for plugins from 'SRC' to 'src' (suggested by
|
||||||
|
Clemens Kirchgatterer).
|
||||||
|
2
Makefile
2
Makefile
@ -4,7 +4,7 @@
|
|||||||
# See the main source file 'vdr.c' for copyright information and
|
# See the main source file 'vdr.c' for copyright information and
|
||||||
# how to reach the author.
|
# how to reach the author.
|
||||||
#
|
#
|
||||||
# $Id: Makefile 1.51 2002/11/01 13:11:53 kls Exp $
|
# $Id: Makefile 1.52 2002/11/29 15:23:02 kls Exp $
|
||||||
|
|
||||||
.DELETE_ON_ERROR:
|
.DELETE_ON_ERROR:
|
||||||
|
|
||||||
|
@ -12,7 +12,7 @@
|
|||||||
# See the main source file 'vdr.c' for copyright information and
|
# See the main source file 'vdr.c' for copyright information and
|
||||||
# how to reach the author.
|
# 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";
|
$PLUGIN_NAME = $ARGV[0] || die "Usage: newplugin <name>\n";
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user