remove space after =

This commit is contained in:
Trevor Batley 2023-11-06 20:53:15 +11:00
parent 63b83a1f18
commit be7f5d98f1

View File

@ -65,7 +65,7 @@ VENDOR="Koozali.org <http://www.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 '