Fixed a faulty comment in Make.config.template

This commit is contained in:
Klaus Schmidinger 2007-08-12 20:44:29 +02:00
parent 310c5dc757
commit fdcce1c153
3 changed files with 5 additions and 2 deletions

View File

@ -1408,6 +1408,7 @@ Marco Schl
for fixing a buffer overflow in initializing the system character table
for reporting a missing 'P' in vdr.c's SHUTDOWNCANCELROMPT macro
for fixing a problem with characters >0x7F in the modified version of skipspace()
for reporting a faulty comment in Make.config.template
Jürgen Schmitz <j.schmitz@web.de>
for reporting a bug in displaying the current channel when switching via the SVDRP

View File

@ -5350,3 +5350,4 @@ Video Disk Recorder Revision History
- Added missing install-i18n to the install target in the Makefile (reported
by Joachim Wilke).
- Fixed a faulty comment in Make.config.template (reported by Marco Schlüßler).

View File

@ -6,7 +6,7 @@
# See the main source file 'vdr.c' for copyright information and
# how to reach the author.
#
# $Id: Make.config.template 1.12 2007/08/12 12:04:17 kls Exp $
# $Id: Make.config.template 1.13 2007/08/12 20:43:46 kls Exp $
### The C compiler and options:
@ -26,7 +26,8 @@ endif
#DVBDIR = /usr/src/v4l-dvb/linux
MANDIR = /usr/local/man
BINDIR = /usr/local/bin
LOCDIR = /usr/share/vdr/locale # set to ./locale to run VDR from within its source directory
# set to ./locale to run VDR from within its source directory:
LOCDIR = /usr/share/vdr/locale
PLUGINDIR= ./PLUGINS
PLUGINLIBDIR= $(PLUGINDIR)/lib