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:
parent
6b53d19360
commit
38674688be
@ -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
|
||||
}
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user