diff options
author | François Andriot <albator78@libertysurf.fr> | 2021-11-01 10:19:53 +0100 |
---|---|---|
committer | François Andriot <albator78@libertysurf.fr> | 2021-11-01 21:51:42 +0100 |
commit | ae671177734c0992b51225c42390f2802c3260a9 (patch) | |
tree | b70aa4c156431f40ff7cc11c56eb4654088aa700 /redhat/build | |
parent | 354fb8d7dc8adf54a60b287fd59dcebd0da0fc92 (diff) | |
download | tde-packaging-ae671177734c0992b51225c42390f2802c3260a9.tar.gz tde-packaging-ae671177734c0992b51225c42390f2802c3260a9.zip |
RPM: update build scripts
Signed-off-by: François Andriot <albator78@libertysurf.fr>
Diffstat (limited to 'redhat/build')
-rwxr-xr-x | redhat/build/rpmdist.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/redhat/build/rpmdist.sh b/redhat/build/rpmdist.sh index f890bfb2e..7f06af83e 100755 --- a/redhat/build/rpmdist.sh +++ b/redhat/build/rpmdist.sh @@ -24,7 +24,7 @@ case $a in ;; # CentOS release 5.7 (Final) # CentOS Linux release 6.0 (Final) - CentOS*) + CentOS*|Rocky*) if [ $c = "release" ]; then RHEL="${d%%.*}"; DIST=".el${RHEL}" else |