Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/src/lib/valid-build-install.sh
blob: 9e98be25ad96f4b02afdee25a4821e79f3f9e650 (plain)
1
2
3
4
5
6
7
8
9
10
11
#!/hint/bash
#
# SPDX-License-Identifier: GPL-3.0-or-later
:

# shellcheck disable=2034
DEVTOOLS_VALID_BUILD_INSTALL=(
	none
	auto
	all
)