From 39da238012b892caa69a307530388dc40c062964 Mon Sep 17 00:00:00 2001 From: Sharpened Blade <83884198+sharpenedblade@users.noreply.github.com> Date: Fri, 29 Jul 2022 09:43:59 -0700 Subject: [PATCH] Build t2linux-config.spec. --- build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sh b/build.sh index a94c032..733de73 100755 --- a/build.sh +++ b/build.sh @@ -57,7 +57,7 @@ done; cd "/root/rpmbuild"/SPECS cp /repo/*.spec . rpmbuild -bb --with baseonly --without debug --without debuginfo --target=x86_64 kernel.spec -rpmbuild -bb --with baseonly --without debug --without debuginfo --target=x86_64 t2linux-config.spec +rpmbuild -bb --target=x86_64 t2linux-config.spec # Copy artifacts to shared volume