remove group_install

This commit is contained in:
Louis Abel 2022-10-18 15:16:38 -07:00
parent f1dfc5c7cc
commit 66ce35a767
Signed by: label
GPG Key ID: 6735C0E1BD65D048

View File

@ -3,7 +3,6 @@
# are also packages that need specific build options set too. Usually just # are also packages that need specific build options set too. Usually just
# temporarily. This also sets general build options for the project. # temporarily. This also sets general build options for the project.
group_install {
build { build {
name: "bash" name: "bash"
name: "bzip2" name: "bzip2"
@ -58,4 +57,3 @@ group_install {
} }
# End scopes # # End scopes #
} }
}