2023-12-03 Fred Gleason <fredg@paravelsystems.com>

* Updated the required packages list for Debian Bookworm in
	'INSTALL'.
	* Changed the distro name from 'Raspbian' to 'Raspberry Pi OS' in
	'configure.ac'.

Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
This commit is contained in:
Fred Gleason
2023-12-03 14:54:57 -05:00
parent ce989b725d
commit b1f495777c
3 changed files with 8 additions and 3 deletions

View File

@@ -154,9 +154,9 @@ case "$ar_distro_id" in
raspbian)
AC_MSG_NOTICE([Distro is Debian-ish])
DISTRO_FAMILY="| Distribution Family ... Debian |"
DISTRO_FAMILY="| Distribution Family ... Debian |"
DISTRO_IS_DEBIANISH=yes
DISTRO_NAME="| Distribution Name ... Raspbian |"
DISTRO_NAME="| Distribution Name ... Raspberry Pi OS |"
AC_SUBST(APACHE_PKG,"apache2")
AC_SUBST(APACHE_CONFIG_DIR,"/etc/apache2/conf.d")
AC_SUBST(USERMODE_PKG,"")