From 317dd0c3868bc5aec37288e9d21666c7294dec37 Mon Sep 17 00:00:00 2001 From: Fred Gleason Date: Wed, 6 Nov 2024 09:37:31 -0500 Subject: [PATCH] 2024-11-05 Fred Gleason * Fixed a bug in the 'make install' target that failed to install the rdautocheck(8) script. Signed-off-by: Fred Gleason --- ChangeLog | 3 +++ configure.ac | 3 ++- debian/rules.src | 3 --- docs/manpages/Makefile.am | 1 - utils/Makefile.am | 3 ++- 5 files changed, 7 insertions(+), 6 deletions(-) diff --git a/ChangeLog b/ChangeLog index dafd2e70..5c546c7c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -24938,3 +24938,6 @@ 2024-11-05 Fred Gleason * Added code to display the metadata of the proposed backup to restore in the warning message in rdautorest(8). +2024-11-05 Fred Gleason + * Fixed a bug in the 'make install' target that failed to install + the rdautocheck(8) script. diff --git a/configure.ac b/configure.ac index 2abc64d2..18d557b8 100644 --- a/configure.ac +++ b/configure.ac @@ -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 +dnl (C) Copyright 2002-2024 Fred Gleason 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 \ diff --git a/debian/rules.src b/debian/rules.src index 85b6629e..ca6585af 100755 --- a/debian/rules.src +++ b/debian/rules.src @@ -113,7 +113,6 @@ binary: mv debian/tmp/var/www/rd-bin/webget.cgi debian/rivendell-webget/var/www/rd-bin/ mv debian/tmp/var/www/rd-bin/webget.js debian/rivendell-webget/var/www/rd-bin/ - # # rivendell # @@ -161,8 +160,6 @@ binary: mkdir -p debian/rivendell/usr/lib/rivendell/cdn cp apis/cdn/scripts/aka_purge.sh debian/rivendell/usr/lib/rivendell/cdn/aka_purge.sh cp apis/cdn/scripts/akamai_purge.cdn debian/rivendell/usr/lib/rivendell/cdn/akamai_purge.cdn - rm -f debian/rivendell/usr/bin/rdautoback.py - rm -f debian/rivendell/usr/bin/rdautorest.py dh_strip_nondeterminism dh_compress diff --git a/docs/manpages/Makefile.am b/docs/manpages/Makefile.am index 07fe2cf1..60562322 100644 --- a/docs/manpages/Makefile.am +++ b/docs/manpages/Makefile.am @@ -118,7 +118,6 @@ man_MANS = rdadmin.1\ rdautoback.8\ rdautorest.8\ rdautocheck.8\ - rdautocheck.8\ rdclilogedit.1\ rd.conf.5\ rdconvert.1\ diff --git a/utils/Makefile.am b/utils/Makefile.am index c4791707..4eaed16b 100644 --- a/utils/Makefile.am +++ b/utils/Makefile.am @@ -2,7 +2,7 @@ ## ## Automake.am for rivendell/utils ## -## (C) Copyright 2002-2022 Fred Gleason +## (C) Copyright 2002-2024 Fred Gleason ## ## This program is free software; you can redistribute it and/or modify ## it under the terms of the GNU General Public License as @@ -25,6 +25,7 @@ if ALSA_RD_AM endif SUBDIRS = $(ALSACONFIG_RD_OPT)\ rdautoback\ + rdautocheck\ rdautorest\ rdcheckcuts\ rdcleandirs\