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

env variable changed

This commit is contained in:
eku 2004-05-25 13:20:24 +00:00
parent 8bdc52a176
commit 4d7115aca3

View File

@ -1,6 +1,6 @@
#!/bin/sh
#
# $Header: /home/job/firebird/cvs-backup/firebird2/builds/install/arch-specific/sinixz/postinstall.in,v 1.1 2003-07-08 22:58:56 brodsom Exp $
# $Header: /home/job/firebird/cvs-backup/firebird2/builds/install/arch-specific/sinixz/postinstall.in,v 1.2 2004-05-25 13:20:24 eku Exp $
#------------------------------------------------------------------------------
# $Copyright:
# Copyright (C) Siemens Nixdorf Informationssysteme AG 1994 - 1998
@ -57,8 +57,8 @@ if [ -f /etc/profile ]; then
echo "export PATH" >>/etc/profile
echo "LD_LIBRARY_PATH=\$LD_LIBRARY_PATH:$FIREBIRD/lib" >>/etc/profile
echo "export LD_LIBRARY_PATH" >>/etc/profile
echo "INTERBASE=$FIREBIRD" >>/etc/profile
echo "export INTERBASE" >>/etc/profile
echo "FIREBIRD=$FIREBIRD" >>/etc/profile
echo "export FIREBIRD" >>/etc/profile
fi
fi