Skip to content

Commit

Permalink
re-enable support for suse
Browse files Browse the repository at this point in the history
  • Loading branch information
vvolkl committed Jan 4, 2025
1 parent b2e0112 commit 2e724ca
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions makedist
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,7 @@
# Written by Dave Dykstra 17 April 2019
#

#TODO: re-add support for suse15-x86_64
SUPPORTEDTYPES="rhel7-x86_64 rhel8-aarch64 rhel8-x86_64 rhel8-ppc64le rhel9-aarch64 rhel9-x86_64 rhel9-ppc64le"
SUPPORTEDTYPES="rhel7-x86_64 rhel8-aarch64 rhel8-x86_64 rhel8-ppc64le rhel9-aarch64 rhel9-x86_64 rhel9-ppc64le suse15-x86_64"

supportedtypes() {
typeset LASTDISTRO=""
Expand Down Expand Up @@ -131,7 +130,7 @@ EL=$VERS
MACH=el$EL
if [ "$DISTRO" = "suse" ]; then
EL=7 # we get some suse stuff from rhel7
MACH=sle
MACH=sle$VERS
fi

HERE="$(cd `dirname $0` && pwd)"
Expand Down

0 comments on commit 2e724ca

Please sign in to comment.