Skip to content
Snippets Groups Projects
Commit 78ae5e93 authored by Sertonix's avatar Sertonix Committed by Natanael Copa
Browse files

abuild: remove origsubpackages

boost1.82 which used this variable has been removed
parent cd78cd5d
No related branches found
No related tags found
No related merge requests found
...@@ -2937,9 +2937,6 @@ if [ -n "$DEBUG" ] || subpackage_types_has "dbg"; then ...@@ -2937,9 +2937,6 @@ if [ -n "$DEBUG" ] || subpackage_types_has "dbg"; then
fi fi
if [ -n "$subpkgname" ]; then if [ -n "$subpkgname" ]; then
# TODO remove once last usage is removed
# https://gitlab.alpinelinux.org/alpine/aports/-/merge_requests/64406
origsubpackages="$subpackages"
# If we are handling a sub package then reset subpackages and install # If we are handling a sub package then reset subpackages and install
subpackages= subpackages=
else else
......
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