mirror of
https://gitlab.alpinelinux.org/alpine/abuild.git
synced 2025-01-11 09:19:40 +00:00
parent
73c01eda0e
commit
4044b7873a
3
abuild
3
abuild
@ -795,9 +795,10 @@ if [ -z "$newname" ]; then
|
|||||||
. "$APKBUILD"
|
. "$APKBUILD"
|
||||||
fi
|
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
|
if [ -n "$subpkgname" ]; then
|
||||||
subpackages=
|
subpackages=
|
||||||
|
install=
|
||||||
fi
|
fi
|
||||||
|
|
||||||
trap 'die "Aborted by user"' INT
|
trap 'die "Aborted by user"' INT
|
||||||
|
Loading…
Reference in New Issue
Block a user