Skip to content

Commit 8ec9e68

Browse files
committed
Add debug output
1 parent 1332427 commit 8ec9e68

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pythonforandroid/recipe.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -389,7 +389,7 @@ def unpack(self, arch):
389389
shprint(sh.mv, root_directory, directory_name)
390390
elif extraction_filename.endswith(
391391
('.tar.gz', '.tgz', '.tar.bz2', '.tbz2', '.tar.xz', '.txz')):
392-
sh.tar('xf', extraction_filename)
392+
sh.tar('xvf', extraction_filename)
393393
root_directory = sh.tar('tf', extraction_filename).stdout.decode(
394394
'utf-8').split('\n')[0].split('/')[0]
395395
if root_directory != basename(directory_name):

0 commit comments

Comments
 (0)