Skip to content

Commit 04bec4d

Browse files
committed
Fixed #8037: remove directory entries from debug symbols tarball
1 parent 1786e36 commit 04bec4d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

builds/install/arch-specific/linux/Makefile.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ $(TarFile) : buildTarDir
8787
debugfile: $(DebugFile)
8888

8989
$(DebugFile) : buildImageDir
90-
(cd $(GEN_ROOT)/$(DebugDir); $(TAR) -czf ../$(DebugFile) .)
90+
(cd $(GEN_ROOT)/$(DebugDir); $(TAR) -czf ../$(DebugFile) `find . -not -type d`)
9191

9292
buildRoot:
9393
(cd $(GEN_ROOT); ./install/makeInstallImage.sh)

0 commit comments

Comments
 (0)