From 38fa8341651c5b2678038f8ee72cf5b916e8cf56 Mon Sep 17 00:00:00 2001 From: Andreas Mair Date: Thu, 18 May 2006 10:02:29 +0200 Subject: 2006-05-18: 3.4.5a - Fixed: install.sh problem due to reformated vdradmind.pl :( (Reported by several people). --- HISTORY | 3 +++ install.sh | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/HISTORY b/HISTORY index 3f84ba3..032c025 100644 --- a/HISTORY +++ b/HISTORY @@ -4,6 +4,9 @@ E-Mail: mail AT andreas DOT vdr-developer DOT org VDR-Portal: amair ----------------------------------------------------------- +2006-05-18: 3.4.5a +- Fixed: install.sh problem due to reformated vdradmind.pl :( (Reported by several people). + 2006-05-12: 3.4.5 - Fixed: crash if /usr/bin/locale is a directory (Reported by pmeyer). - Changed: reformated vdradmind.pl using perltidy. diff --git a/install.sh b/install.sh index 9dedcb0..8201898 100755 --- a/install.sh +++ b/install.sh @@ -152,7 +152,7 @@ function doInstall() echo "Killed running VDRAdmin-AM..." fi sed $BINDIR/vdradmind.pl \ - -e "s/^my \$SEARCH_FILES_IN_SYSTEM = 0;/my \$SEARCH_FILES_IN_SYSTEM = 1;/" \ + -e "s/^\(my \$SEARCH_FILES_IN_SYSTEM *=\) 0;/\1 1;/" \ -e "s:/usr/share/vdradmin/lib:${LIBDIR}/lib:" \ -e "s:/usr/share/vdradmin/template:${LIBDIR}/template:" \ -e "s:/var/log/\$CONFIG{LOGFILE}:${LOGDIR}/\$CONFIG{LOGFILE}:" \ -- cgit v1.2.3