diff --git a/abuild b/abuild index 6d19ef8..0f291ce 100755 --- a/abuild +++ b/abuild @@ -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