fixes #22
@ -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=
trap 'die "Aborted by user"' INT