diff options
author | Andreas Mair <amair.sob@googlemail.com> | 2006-05-18 10:02:29 +0200 |
---|---|---|
committer | Andreas Mair <amair.sob@googlemail.com> | 2006-05-18 10:02:29 +0200 |
commit | 38fa8341651c5b2678038f8ee72cf5b916e8cf56 (patch) | |
tree | 30eb7e7a7151ddd6459450a873a78bd32dc6065f | |
parent | 5c4f0e4fde2cd82a85b766dd2e92a1c7c4be133f (diff) | |
download | vdradmin-am-38fa8341651c5b2678038f8ee72cf5b916e8cf56.tar.gz vdradmin-am-38fa8341651c5b2678038f8ee72cf5b916e8cf56.tar.bz2 |
2006-05-18: 3.4.5av3.4.5a
- Fixed: install.sh problem due to reformated vdradmind.pl :( (Reported by several people).
-rw-r--r-- | HISTORY | 3 | ||||
-rwxr-xr-x | install.sh | 2 |
2 files changed, 4 insertions, 1 deletions
@@ -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. @@ -152,7 +152,7 @@ function doInstall() echo "Killed running VDRAdmin-AM..." fi sed <vdradmind.pl >$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}:" \ |