Skip to content
Snippets Groups Projects
Commit 4044b787 authored by Natanael Copa's avatar Natanael Copa
Browse files

abuild: reset $install for sub packages

fixes #22
parent 73c01eda
No related branches found
No related tags found
No related merge requests found
......@@ -795,9 +795,10 @@ if [ -z "$newname" ]; then
. "$APKBUILD"
fi
# If we are handling a sub package then reset subpackages
# If we are handling a sub package then reset subpackages and install
if [ -n "$subpkgname" ]; then
subpackages=
install=
fi
trap 'die "Aborted by user"' INT
......
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