2022-11-30 Fred Gleason <fredg@paravelsystems.com>

* Added 'Linux Mint' to the set of recognized distros in the
	'AR_GET_DISTRO()' macro.

Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
This commit is contained in:
Fred Gleason 2022-12-01 09:02:17 -05:00
parent ca7abc8adc
commit f0b000b6a4
2 changed files with 21 additions and 0 deletions

View File

@ -23729,3 +23729,6 @@
deck indication to break.
2022-11-30 Fred Gleason <fredg@paravelsystems.com>
* Incremented the package version to 4.0.0rc0int3.
2022-11-30 Fred Gleason <fredg@paravelsystems.com>
* Added 'Linux Mint' to the set of recognized distros in the
'AR_GET_DISTRO()' macro.

View File

@ -170,6 +170,24 @@ case "$ar_distro_id" in
AC_SUBST(RIVENDELL_PAM_FILE,"rivendell-ubuntu.pam")
;;
linuxmint)
AC_MSG_NOTICE([Distro is Debian-ish])
DISTRO_FAMILY="| Distribution Family ... Debian |"
DISTRO_IS_DEBIANISH=yes
DISTRO_NAME="| Distribution Name ... Linux Mint|"
AC_SUBST(APACHE_PKG,"apache2")
AC_SUBST(APACHE_CONFIG_DIR,"/etc/apache2/conf.d")
AC_SUBST(USERMODE_PKG,"")
AC_SUBST(MYSQL_PKG,"mariadb-client")
AC_SUBST(QT_MYSQL_PKG,"libqt5sql5-mysql")
AC_SUBST(DOC_PATH,"/usr/share/doc/rivendell")
AC_SUBST(HAVE_USERMODE,"no")
AC_SUBST(RDALSACONFIG_DESKTOP_FILE,"rivendell-rdalsaconfig-sudo.desktop")
AC_SUBST(RDDBCONFIG_DESKTOP_FILE,"rivendell-rddbconfig-sudo.desktop")
AC_SUBST(PYPAD_DEPS,"python3 python3-pycurl python3-requests python3-pyserial python3-mysql python3-urllib3")
AC_SUBST(RIVENDELL_PAM_FILE,"rivendell-ubuntu.pam")
;;
ubuntu)
AC_MSG_NOTICE([Distro is Debian-ish])
DISTRO_FAMILY="| Distribution Family ... Debian |"