Skip to content

Don't unpack files to system root

Fredrik Gustafsson requested to merge fredrigu/apk-tools:system_root into master

When unpacking a file that is in root, it got a temporary file name /.apk... however if the --root option was used it should have the name root/.apk... otherwise unpacking will fail if the user does not have write access to /.

Signed-off-by: Fredrik Gustafsson fredrigu@axis.com

Merge request reports