File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
builds/install/arch-specific/linux Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -166,7 +166,7 @@ copyFiles() {
166166
167167 # directories
168168
169- makeDirs " @FB_CONFDIR@ @FB_LIBDIR@ @FB_INCDIR@/firebird @FB_MSGDIR@ @FB_TZDATADIR@"
169+ makeDirs " @FB_CONFDIR@ @FB_LIBDIR@ @FB_INCDIR@/firebird/impl @FB_MSGDIR@ @FB_TZDATADIR@"
170170
171171 if [ " $CLIENT_ONLY_FLG " = " N" ] || [ " $WITH_TOMCRYPT " = " Y" ]; then
172172 makeDirs " @FB_PLUGDIR@"
@@ -248,6 +248,7 @@ copyFiles() {
248248
249249 # include (.h .pas files)
250250 cp $BuiltFBDir /include/* .h ${TargetDir} @FB_INCDIR@
251+ cp $BuiltFBDir /include/firebird/impl/iberror_c.h ${TargetDir} @FB_INCDIR@/firebird/impl
251252 cp $BuildRootDir /src/include/firebird/* .h ${TargetDir} @FB_INCDIR@/firebird
252253 tar -C $BuildRootDir /src/include/firebird -cf - impl | tar -C ${TargetDir} @FB_INCDIR@/firebird -x
253254 if [ " $CLIENT_ONLY_FLG " = " N" ]; then
You can’t perform that action at this time.
0 commit comments