8
0
mirror of https://github.com/FirebirdSQL/firebird.git synced 2025-02-02 10:00:38 +01:00

Linux installer enhancements

This commit is contained in:
AlexPeshkoff 2019-04-15 16:01:11 +03:00
parent 6b53d19360
commit 38674688be
2 changed files with 2 additions and 2 deletions

View File

@ -540,7 +540,7 @@ haveLibrary() {
fixTomMath() {
tm1=`checkLibName libtommath.so.1 | awk '{print $4}'`
[ -z "$tm1" ] && return
tm0=`basename $tm1 .1`.0
tm0=`dirname $tm1`/`basename $tm1 .1`.0
[ -e "$tm0" ] && return
ln -s $tm1 $tm0
}

View File

@ -61,7 +61,7 @@ if [ -f @FB_SECDBDIR@/$SecurityDatabase ]; then
chmod 0600 /tmp/$SecurityDatabase
fi
for i in @FB_GUARDDIR@/fb_guard @FB_LOGDIR@/firebird.log @FB_CONFDIR@/SYSDBA.password; do
for i in @FB_GUARDDIR@/fb_guard @FB_LOGDIR@/firebird.log @FB_LOGDIR@/replication.log @FB_CONFDIR@/SYSDBA.password; do
if [ -f $i ]; then
rm -f $i
fi