summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Mair <amair.sob@googlemail.com>2006-05-18 10:02:29 +0200
committerAndreas Mair <amair.sob@googlemail.com>2006-05-18 10:02:29 +0200
commit38fa8341651c5b2678038f8ee72cf5b916e8cf56 (patch)
tree30eb7e7a7151ddd6459450a873a78bd32dc6065f
parent5c4f0e4fde2cd82a85b766dd2e92a1c7c4be133f (diff)
downloadvdradmin-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--HISTORY3
-rwxr-xr-xinstall.sh2
2 files changed, 4 insertions, 1 deletions
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 <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}:" \