Skip to content

Commit bf76add

Browse files
authored
Merge pull request kivy#2447 from obfusk/patch-21
build.py: also clean() tarfile directory entries
2 parents 6ab4bda + 4bbbb1c commit bf76add

File tree

1 file changed

+1
-0
lines changed
  • pythonforandroid/bootstraps/common/build

1 file changed

+1
-0
lines changed

pythonforandroid/bootstraps/common/build/build.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -201,6 +201,7 @@ def clean(tinfo):
201201
dirs.append(d)
202202
tinfo = tarfile.TarInfo(d)
203203
tinfo.type = tarfile.DIRTYPE
204+
clean(tinfo)
204205
tf.addfile(tinfo)
205206

206207
# put the file

0 commit comments

Comments
 (0)