Skip to content

Commit

Permalink
fix distro detection in Fedora CI
Browse files Browse the repository at this point in the history
  • Loading branch information
CtrlZmaster committed Jun 27, 2024
1 parent be17a9b commit 86bfca8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,7 @@ for i in $DISTRO $DISTROS; do
DISTROEXT=debian
break
;;
fedora|rhel|centos|centos-stream*|opensuse*)
fedora*|rhel|centos|centos-stream*|opensuse*)
FOUND_DISTRO=1
CONFIGDIR="$sysconfdir/sysconfig"
PCSLIBDIR="$LIBDIR"
Expand Down

0 comments on commit 86bfca8

Please sign in to comment.