summaryrefslogtreecommitdiff
path: root/install.sh
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 /install.sh
parent5c4f0e4fde2cd82a85b766dd2e92a1c7c4be133f (diff)
downloadvdradmin-am-3.4.5a.tar.gz
vdradmin-am-3.4.5a.tar.bz2
2006-05-18: 3.4.5av3.4.5a
- Fixed: install.sh problem due to reformated vdradmind.pl :( (Reported by several people).
Diffstat (limited to 'install.sh')
-rwxr-xr-xinstall.sh2
1 files changed, 1 insertions, 1 deletions
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}:" \