From 0db2ce81611f87eb3216708daf45a16ebfc81cb0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20K=2E=20H=C3=BCttel?= Date: Wed, 16 Feb 2022 17:21:13 +0100 Subject: [PATCH] Move livegui to own spec set MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Andreas K. Hüttel --- tools/catalyst-auto-amd64.conf | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/tools/catalyst-auto-amd64.conf b/tools/catalyst-auto-amd64.conf index 20d5cb83..c594d1f7 100644 --- a/tools/catalyst-auto-amd64.conf +++ b/tools/catalyst-auto-amd64.conf @@ -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"