The default file ownership, etc. are currently hard-coded as constants in tpkg: DEFAULT_OWNERSHIP_UID = 0 DEFAULT_OWNERSHIP_GID = 0 DEFAULT_FILE_PERMS = nil DEFAULT_DIR_PERMS = 0755 They should be user configurable.
The default file ownership, etc. are currently hard-coded as constants in tpkg:
DEFAULT_OWNERSHIP_UID = 0
DEFAULT_OWNERSHIP_GID = 0
DEFAULT_FILE_PERMS = nil
DEFAULT_DIR_PERMS = 0755
They should be user configurable.