mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-22 18:43:02 +01:00
Additional check in installer for correct CWD - specially for P.Zotov
This commit is contained in:
parent
2af22cbb7b
commit
cbf8e9a030
@ -35,6 +35,7 @@ CpuType=@CPU_TYPE@
|
||||
|
||||
Version="$BuildVersion-$PackageVersion.$CpuType"
|
||||
|
||||
# May be put something to tty
|
||||
if [ ! -z "$InteractiveInstall" ]
|
||||
then
|
||||
cat <<EOF
|
||||
@ -47,10 +48,12 @@ EOF
|
||||
fi
|
||||
|
||||
# Here we are installing from a install tar.gz file
|
||||
|
||||
MANIFEST_TXT=`pwd`/manifest.txt
|
||||
origDir=`pwd`
|
||||
|
||||
# Make sure we are started in correct directory
|
||||
runAndCheckExit "test -e ${MANIFEST_TXT}"
|
||||
|
||||
# It's good idea not to have running firebird/interbase instances
|
||||
checkIfServerRunning
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user