diff options
-rwxr-xr-x | abuild | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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 |