Don't unpack files to system root
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