8
0
mirror of https://github.com/FirebirdSQL/firebird.git synced 2025-01-22 21:23:04 +01:00

Fixed CORE-2775: Linux packages miss fbtrace.conf

This commit is contained in:
alexpeshkoff 2009-11-30 14:06:39 +00:00
parent 360f759f84
commit cd7b9a3e00
2 changed files with 2 additions and 0 deletions

View File

@ -307,6 +307,7 @@ copyFiles() {
#conf
cp $BuiltFBDir/firebird.conf ${TargetDir}@FB_CONFDIR@
cp $BuiltFBDir/aliases.conf ${TargetDir}@FB_CONFDIR@
cp $BuiltFBDir/fbtrace.conf ${TargetDir}@FB_CONFDIR@
chown root:root ${TargetDir}@FB_CONFDIR@/*.conf
chmod 0644 ${TargetDir}@FB_CONFDIR@/*.conf

View File

@ -1202,6 +1202,7 @@ MAKE_SRC_DIR=builds/posix
dnl common files for all posix hosts
AC_CONFIG_FILES([gen/firebird/firebird.conf:builds/install/misc/firebird.conf.in
gen/firebird/aliases.conf:builds/install/misc/aliases.conf.in
gen/firebird/fbtrace.conf:src/utilities/ntrace/fbtrace.conf
gen/firebird/intl/fbintl.conf:builds/install/misc/fbintl.conf
gen/firebird/bin/fb_config:builds/install/misc/fb_config.in
gen/firebird/bin/posixLibrary.sh:builds/install/misc/posixLibrary.sh.in