mirror of
https://github.com/VDR4Arch/vdr.git
synced 2023-10-10 13:36:52 +02:00
Fixed a faulty comment in Make.config.template
This commit is contained in:
parent
310c5dc757
commit
fdcce1c153
@ -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
|
||||
|
1
HISTORY
1
HISTORY
@ -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).
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user