Skip to content
Snippets Groups Projects
Commit 33cba646 authored by Stanislav Kholmanskikh's avatar Stanislav Kholmanskikh Committed by Natanael Copa
Browse files

scripts/mkimage.sh: switch from abuild-apk to apk


The issue is that 'abuild-apk' creates root-owned files in the workdir,
and they cannot be removed later without root privileges.

'abuild-apk' is called only with 2 commands (add --initdb, update),
and in the context of the script they don't seem to be requiring
root privileges, so I'm proposing to substitute the calls with 'apk'.
This will automatically resolve the issue mentioned above.

Signed-off-by: default avatarStanislav Kholmanskikh <stanislav.kholmanskikh@bell-sw.com>
parent 352d91a9
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment