mirror of
https://github.com/koreader/koreader.git
synced 2025-12-13 20:36:53 +01:00
otamanager: align tar command line flags with tools/mkrelease
This commit is contained in:
committed by
Frans de Jonge
parent
7fae7009f6
commit
c7c5337e99
@@ -307,7 +307,7 @@ function OTAManager:_buildLocalPackage()
|
||||
local tar_cmd = {
|
||||
'./tar',
|
||||
'--create', '--file='..self.installed_package,
|
||||
'--owner=0', '--group=0',
|
||||
'--numeric-owner', '--owner=0', '--group=0',
|
||||
'--no-recursion', '-C', '..',
|
||||
'--verbatim-files-from', '--files-from', self.package_indexfile,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user