2024-11-05 Fred Gleason <fredg@paravelsystems.com>

* Fixed a bug in the 'make install' target that failed to install
	the rdautocheck(8) script.

Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
This commit is contained in:
Fred Gleason
2024-11-06 09:37:31 -05:00
parent adca39a4cf
commit 317dd0c386
5 changed files with 7 additions and 6 deletions

View File

@@ -3,7 +3,7 @@ dnl
dnl Autoconf configuration for Rivendell.
dnl Use autoconf to process this into a configure script
dnl
dnl (C) Copyright 2002-2023 Fred Gleason <fredg@paravelsystems.com>
dnl (C) Copyright 2002-2024 Fred Gleason <fredg@paravelsystems.com>
dnl
dnl This program is free software; you can redistribute it and/or modify
dnl it under the terms of the GNU General Public License version 2 as
@@ -688,6 +688,7 @@ AC_CONFIG_FILES([rivendell.spec \
utils/Makefile \
utils/rdalsaconfig/Makefile \
utils/rdautoback/Makefile \
utils/rdautocheck/Makefile \
utils/rdautorest/Makefile \
utils/rdcheckcuts/Makefile \
utils/rdcleandirs/Makefile \