8
0
mirror of https://github.com/FirebirdSQL/firebird.git synced 2025-02-02 10:40:38 +01:00

Fixed #8037: remove directory entries from debug symbols tarball

This commit is contained in:
AlexPeshkoff 2024-04-24 20:31:40 +03:00
parent 1786e3665b
commit 04bec4d014

View File

@ -87,7 +87,7 @@ $(TarFile) : buildTarDir
debugfile: $(DebugFile)
$(DebugFile) : buildImageDir
(cd $(GEN_ROOT)/$(DebugDir); $(TAR) -czf ../$(DebugFile) .)
(cd $(GEN_ROOT)/$(DebugDir); $(TAR) -czf ../$(DebugFile) `find . -not -type d`)
buildRoot:
(cd $(GEN_ROOT); ./install/makeInstallImage.sh)