mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-23 00:43:02 +01:00
Fixed CORE-2775: Linux packages miss fbtrace.conf
This commit is contained in:
parent
360f759f84
commit
cd7b9a3e00
@ -307,6 +307,7 @@ copyFiles() {
|
|||||||
#conf
|
#conf
|
||||||
cp $BuiltFBDir/firebird.conf ${TargetDir}@FB_CONFDIR@
|
cp $BuiltFBDir/firebird.conf ${TargetDir}@FB_CONFDIR@
|
||||||
cp $BuiltFBDir/aliases.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
|
chown root:root ${TargetDir}@FB_CONFDIR@/*.conf
|
||||||
chmod 0644 ${TargetDir}@FB_CONFDIR@/*.conf
|
chmod 0644 ${TargetDir}@FB_CONFDIR@/*.conf
|
||||||
|
@ -1202,6 +1202,7 @@ MAKE_SRC_DIR=builds/posix
|
|||||||
dnl common files for all posix hosts
|
dnl common files for all posix hosts
|
||||||
AC_CONFIG_FILES([gen/firebird/firebird.conf:builds/install/misc/firebird.conf.in
|
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/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/intl/fbintl.conf:builds/install/misc/fbintl.conf
|
||||||
gen/firebird/bin/fb_config:builds/install/misc/fb_config.in
|
gen/firebird/bin/fb_config:builds/install/misc/fb_config.in
|
||||||
gen/firebird/bin/posixLibrary.sh:builds/install/misc/posixLibrary.sh.in
|
gen/firebird/bin/posixLibrary.sh:builds/install/misc/posixLibrary.sh.in
|
||||||
|
Loading…
Reference in New Issue
Block a user