From be7f5d98f1f03d1fadd2231778593c4f10ce23eb Mon Sep 17 00:00:00 2001 From: Trevor Batley Date: Mon, 6 Nov 2023 20:53:15 +1100 Subject: [PATCH] remove space after = --- koji-setup/koji-bootstrap-build.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/koji-setup/koji-bootstrap-build.sh b/koji-setup/koji-bootstrap-build.sh index 5b211b5..b548031 100755 --- a/koji-setup/koji-bootstrap-build.sh +++ b/koji-setup/koji-bootstrap-build.sh @@ -65,7 +65,7 @@ VENDOR="Koozali.org " # sme10-os is the parent - all other sme10 repos will inherit most of this... RELEASE=10 DISTRIBUTION="SME Server v$RELEASE" -DIST= ".el7.sme" +DIST=".el7.sme" PKGMANAGER="yum" BOOTSTRAPIMAGE="centos:7" CHROOTSETUPCMD=' install @buildsys-build @buildsys scl-utils-build python27-build rpm-build ' @@ -122,7 +122,7 @@ done # Releases sme11 and sme12 are based on Rocky 8 (EL8) EL="8" -DIST= ".el$EL.sme" +DIST=".el$EL.sme" PKGMANAGER="dnf" BOOTSTRAPIMAGE="rockylinux:$EL" CHROOTSETUPCMD=' install epel-rpm-macros bash bzip2 coreutils cpio diffutils findutils gawk gcc gcc-c++ grep gzip info make patch redhat-rpm-config rpm-build sed shadow-utils tar unzip util-linux which yum-utils xz '