We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1786e36 commit 04bec4dCopy full SHA for 04bec4d
builds/install/arch-specific/linux/Makefile.in
@@ -87,7 +87,7 @@ $(TarFile) : buildTarDir
87
debugfile: $(DebugFile)
88
89
$(DebugFile) : buildImageDir
90
- (cd $(GEN_ROOT)/$(DebugDir); $(TAR) -czf ../$(DebugFile) .)
+ (cd $(GEN_ROOT)/$(DebugDir); $(TAR) -czf ../$(DebugFile) `find . -not -type d`)
91
92
buildRoot:
93
(cd $(GEN_ROOT); ./install/makeInstallImage.sh)
0 commit comments