mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-10-11 17:13:47 +02:00
2021-09-24 Fred Gleason <fredg@paravelsystems.com>
* Updated the build system to detect Rocky Linux. Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
This commit is contained in:
@@ -197,7 +197,7 @@ case "$ar_distro_id" in
|
||||
AC_SUBST(RDDBCONFIG_DESKTOP_FILE,"rivendell-rddbconfig-sudo.desktop")
|
||||
;;
|
||||
|
||||
centos|rhel|fedora)
|
||||
centos|fedora|rhel|rocky)
|
||||
AC_MSG_NOTICE([Distro is RedHat-ish])
|
||||
DISTRO_FAMILY="| Distribution Family ... RedHat |"
|
||||
if test $ar_distro_id = "centos" ; then
|
||||
@@ -209,6 +209,9 @@ case "$ar_distro_id" in
|
||||
if test $ar_distro_id = "rhel" ; then
|
||||
DISTRO_NAME="| Distribution Name ... RHEL |"
|
||||
fi
|
||||
if test $ar_distro_id = "rocky" ; then
|
||||
DISTRO_NAME="| Distribution Name ... Rocky |"
|
||||
fi
|
||||
AC_SUBST(APACHE_PKG,"httpd")
|
||||
AC_SUBST(APACHE_CONFIG_DIR,"/etc/httpd/conf.d")
|
||||
AC_SUBST(USERMODE_PKG,"usermode usermode-gtk")
|
||||
|
Reference in New Issue
Block a user