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() {
166
166
167
167
# directories
168
168
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@"
170
170
171
171
if [ " $CLIENT_ONLY_FLG " = " N" ] || [ " $WITH_TOMCRYPT " = " Y" ]; then
172
172
makeDirs " @FB_PLUGDIR@"
@@ -248,6 +248,7 @@ copyFiles() {
248
248
249
249
# include (.h .pas files)
250
250
cp $BuiltFBDir /include/* .h ${TargetDir} @FB_INCDIR@
251
+ cp $BuiltFBDir /include/firebird/impl/iberror_c.h ${TargetDir} @FB_INCDIR@/firebird/impl
251
252
cp $BuildRootDir /src/include/firebird/* .h ${TargetDir} @FB_INCDIR@/firebird
252
253
tar -C $BuildRootDir /src/include/firebird -cf - impl | tar -C ${TargetDir} @FB_INCDIR@/firebird -x
253
254
if [ " $CLIENT_ONLY_FLG " = " N" ]; then
You can’t perform that action at this time.
0 commit comments