mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-23 15:23:02 +01:00
Fixed installation issues.
This commit is contained in:
parent
b20bd5e9f6
commit
3f3f6e5b15
@ -1,6 +1,6 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
#
|
#
|
||||||
# $Header: /home/job/firebird/cvs-backup/firebird2/src/install/arch-specific/sinixz/postinstall.in,v 1.3 2002-09-20 08:31:09 eku Exp $
|
# $Header: /home/job/firebird/cvs-backup/firebird2/src/install/arch-specific/sinixz/postinstall.in,v 1.4 2002-09-24 12:58:43 eku Exp $
|
||||||
#------------------------------------------------------------------------------
|
#------------------------------------------------------------------------------
|
||||||
# $Copyright:
|
# $Copyright:
|
||||||
# Copyright (C) Siemens Nixdorf Informationssysteme AG 1994 - 1998
|
# Copyright (C) Siemens Nixdorf Informationssysteme AG 1994 - 1998
|
||||||
@ -23,8 +23,8 @@ do
|
|||||||
done
|
done
|
||||||
|
|
||||||
# Create log
|
# Create log
|
||||||
touch interbase.log
|
touch firebird.log
|
||||||
chmod 666 interbase.log
|
chmod 666 firebird.log
|
||||||
|
|
||||||
#
|
#
|
||||||
# If TCP is installed, update both services and servers databases
|
# If TCP is installed, update both services and servers databases
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
# $Header: /home/job/firebird/cvs-backup/firebird2/src/install/arch-specific/sinixz/prototype.in,v 1.3 2002-09-20 10:23:15 eku Exp $
|
# $Header: /home/job/firebird/cvs-backup/firebird2/src/install/arch-specific/sinixz/prototype.in,v 1.4 2002-09-24 12:58:43 eku Exp $
|
||||||
#-------------------------------------------------------------------------------
|
#-------------------------------------------------------------------------------
|
||||||
|
|
||||||
!SRCDIR=@NEW_FIREBIRD_DIR@
|
!SRCDIR=@NEW_FIREBIRD_DIR@
|
||||||
@ -55,12 +55,12 @@ d none @prefix@/help 0755 root root
|
|||||||
f none @prefix@/help/help.gdb=$SRCDIR/help/help.gdb 0444 root root
|
f none @prefix@/help/help.gdb=$SRCDIR/help/help.gdb 0444 root root
|
||||||
|
|
||||||
d none @prefix@/include 0755 root root
|
d none @prefix@/include 0755 root root
|
||||||
f none @prefix@/include/blr.h=$SRCDIR/include/blr.h 0600 root root
|
f none @prefix@/include/blr.h=$SRCDIR/include/blr.h 0644 root root
|
||||||
f none @prefix@/include/gds.h=$SRCDIR/include/gds.h 0644 root root
|
f none @prefix@/include/gds.h=$SRCDIR/include/gds.h 0644 root root
|
||||||
f none @prefix@/include/ib_util.h=$SRCDIR/include/ib_util.h 0600 root root
|
f none @prefix@/include/ib_util.h=$SRCDIR/include/ib_util.h 0644 root root
|
||||||
f none @prefix@/include/ibase.h=$SRCDIR/include/ibase.h 0644 root root
|
f none @prefix@/include/ibase.h=$SRCDIR/include/ibase.h 0644 root root
|
||||||
f none @prefix@/include/iberror.h=$SRCDIR/include/iberror.h 0600 root root
|
f none @prefix@/include/iberror.h=$SRCDIR/include/iberror.h 0644 root root
|
||||||
f none @prefix@/include/perf.h=$SRCDIR/include/perf.h 0600 root root
|
f none @prefix@/include/perf.h=$SRCDIR/include/perf.h 0644 root root
|
||||||
|
|
||||||
d none @prefix@/intl 0755 root root
|
d none @prefix@/intl 0755 root root
|
||||||
f none @prefix@/intl/libfbintl.so=$SRCDIR/intl/libfbintl.so 0755 root root
|
f none @prefix@/intl/libfbintl.so=$SRCDIR/intl/libfbintl.so 0755 root root
|
||||||
@ -69,8 +69,8 @@ d none @prefix@/lib 0755 root root
|
|||||||
f none @prefix@/lib/ib_util.so=$SRCDIR/lib/ib_util.so 0755 root root
|
f none @prefix@/lib/ib_util.so=$SRCDIR/lib/ib_util.so 0755 root root
|
||||||
#f none @prefix@/lib/libfbcommon.a=$SRCDIR/lib/libfbcommon.a 0644 root root
|
#f none @prefix@/lib/libfbcommon.a=$SRCDIR/lib/libfbcommon.a 0644 root root
|
||||||
f none @prefix@/lib/libfbembed.so.1.5.0=$SRCDIR/lib/libfbembed.so.1.5.0 0755 root root
|
f none @prefix@/lib/libfbembed.so.1.5.0=$SRCDIR/lib/libfbembed.so.1.5.0 0755 root root
|
||||||
s none @prefix@/lib/libfbembed.so.1=@prefix@/lib/libfbembed.so.1/libfbembed.so.1.5.0
|
s none @prefix@/lib/libfbembed.so.1=@prefix@/lib/libfbembed.so.1.5.0
|
||||||
s none @prefix@/lib/libfbembed.so=@prefix@/lib/libfbembed.so.1/libfbembed.so.1
|
s none @prefix@/lib/libfbembed.so=@prefix@/lib/libfbembed.so.1
|
||||||
#f none @prefix@/lib/libfbstatic.a=$SRCDIR/lib/libfbstatic.a 0644 root root
|
#f none @prefix@/lib/libfbstatic.a=$SRCDIR/lib/libfbstatic.a 0644 root root
|
||||||
|
|
||||||
d none @prefix@/UDF 0755 root root
|
d none @prefix@/UDF 0755 root root
|
||||||
|
Loading…
Reference in New Issue
Block a user