Move livegui to own spec set

Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
This commit is contained in:
Andreas K. Hüttel 2022-02-16 17:21:13 +01:00
parent 0696c2854a
commit 0db2ce8161
No known key found for this signature in database
GPG key ID: 4C49F79E54D0A206

View file

@ -12,6 +12,7 @@ SPECS_DIR=${REPO_DIR}/releases/specs/amd64
SETS="
openrc
systemd
livegui
nomultilib_openrc
nomultilib_systemd
hardened_openrc
@ -24,7 +25,9 @@ SETS="
"
SET_openrc_SPECS="stage1-openrc.spec stage2-openrc.spec stage3-openrc.spec"
SET_openrc_OPTIONAL_SPECS="stage3d-openrc.spec installcd-stage1.spec installcd-stage2-minimal.spec livegui/livegui-stage1.spec livegui/livegui-stage2.spec"
SET_openrc_OPTIONAL_SPECS="stage3d-openrc.spec installcd-stage1.spec installcd-stage2-minimal.spec"
SET_livegui_OPTIONAL_SPECS="livegui/livegui-stage1.spec livegui/livegui-stage2.spec"
SET_systemd_SPECS="stage1-systemd.spec stage2-systemd.spec stage3-systemd.spec"
SET_systemd_OPTIONAL_SPECS="stage3d-systemd.spec"