Skip to content

Commit e77b554

Browse files
committed
Fix #8172 - The file include/firebird/impl/iberror_c.h is missing in the Linux x64 tar archive.
1 parent 7d50cac commit e77b554

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

builds/install/arch-specific/linux/makeInstallImage.sh.in

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)