mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-24 01:23:03 +01:00
Change libgds.so.0 link to enable backward compatibility
Update changeDBAPassword.sh so script points to install location.
This commit is contained in:
parent
94789762b4
commit
f89df420c4
@ -30,7 +30,7 @@
|
||||
# Contributor(s):
|
||||
#
|
||||
#
|
||||
# $Id: makeInstallImage.sh.in,v 1.2 2002-11-11 13:52:53 skywalker Exp $
|
||||
# $Id: makeInstallImage.sh.in,v 1.3 2002-11-14 08:22:58 skywalker Exp $
|
||||
#
|
||||
|
||||
# Script to copy install files from the build/transport area
|
||||
@ -186,7 +186,7 @@ copyFiles() {
|
||||
# optional and in a seperate rpm install. MOD 7-Nov-2002.
|
||||
|
||||
ln -s ../../$FBRootDir/lib/@FIREBIRD_LIBGDS_SO@ $TargetDir/usr/lib/libgds.so
|
||||
ln -s ../../$FBRootDir/lib/@FIREBIRD_LIBGDS_SO_X_LNK@ $TargetDir/usr/lib/libgds.so.1
|
||||
ln -s ../../$FBRootDir/lib/@FIREBIRD_LIBGDS_SO_X_LNK@ $TargetDir/usr/lib/libgds.so.0
|
||||
|
||||
# link include files to /usr/include
|
||||
for i in gds.h iberror.h ibase.h ib_util.h
|
||||
|
@ -128,7 +128,7 @@ changeDBAPassword() {
|
||||
#= Main Post ===============================================================
|
||||
|
||||
|
||||
IBRootDir=/opt/interbase
|
||||
IBRootDir=@install@
|
||||
IBBin=$IBRootDir/bin
|
||||
RunUser=root
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user