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

@ -24938,3 +24938,6 @@
2024-11-05 Fred Gleason <fredg@paravelsystems.com> 2024-11-05 Fred Gleason <fredg@paravelsystems.com>
* Added code to display the metadata of the proposed backup * Added code to display the metadata of the proposed backup
to restore in the warning message in rdautorest(8). to restore in the warning message in rdautorest(8).
2024-11-05 Fred Gleason <fredg@paravelsystems.com>
* Fixed a bug in the 'make install' target that failed to install
the rdautocheck(8) script.

View File

@ -3,7 +3,7 @@ dnl
dnl Autoconf configuration for Rivendell. dnl Autoconf configuration for Rivendell.
dnl Use autoconf to process this into a configure script dnl Use autoconf to process this into a configure script
dnl dnl
dnl (C) Copyright 2002-2023 Fred Gleason <fredg@paravelsystems.com> dnl (C) Copyright 2002-2024 Fred Gleason <fredg@paravelsystems.com>
dnl dnl
dnl This program is free software; you can redistribute it and/or modify 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 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/Makefile \
utils/rdalsaconfig/Makefile \ utils/rdalsaconfig/Makefile \
utils/rdautoback/Makefile \ utils/rdautoback/Makefile \
utils/rdautocheck/Makefile \
utils/rdautorest/Makefile \ utils/rdautorest/Makefile \
utils/rdcheckcuts/Makefile \ utils/rdcheckcuts/Makefile \
utils/rdcleandirs/Makefile \ utils/rdcleandirs/Makefile \

3
debian/rules.src vendored
View File

@ -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.cgi debian/rivendell-webget/var/www/rd-bin/
mv debian/tmp/var/www/rd-bin/webget.js debian/rivendell-webget/var/www/rd-bin/ mv debian/tmp/var/www/rd-bin/webget.js debian/rivendell-webget/var/www/rd-bin/
# #
# rivendell # rivendell
# #
@ -161,8 +160,6 @@ binary:
mkdir -p debian/rivendell/usr/lib/rivendell/cdn 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/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 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_strip_nondeterminism
dh_compress dh_compress

View File

@ -118,7 +118,6 @@ man_MANS = rdadmin.1\
rdautoback.8\ rdautoback.8\
rdautorest.8\ rdautorest.8\
rdautocheck.8\ rdautocheck.8\
rdautocheck.8\
rdclilogedit.1\ rdclilogedit.1\
rd.conf.5\ rd.conf.5\
rdconvert.1\ rdconvert.1\

View File

@ -2,7 +2,7 @@
## ##
## Automake.am for rivendell/utils ## Automake.am for rivendell/utils
## ##
## (C) Copyright 2002-2022 Fred Gleason <fredg@paravelsystems.com> ## (C) Copyright 2002-2024 Fred Gleason <fredg@paravelsystems.com>
## ##
## This program is free software; you can redistribute it and/or modify ## This program is free software; you can redistribute it and/or modify
## it under the terms of the GNU General Public License as ## it under the terms of the GNU General Public License as
@ -25,6 +25,7 @@ if ALSA_RD_AM
endif endif
SUBDIRS = $(ALSACONFIG_RD_OPT)\ SUBDIRS = $(ALSACONFIG_RD_OPT)\
rdautoback\ rdautoback\
rdautocheck\
rdautorest\ rdautorest\
rdcheckcuts\ rdcheckcuts\
rdcleandirs\ rdcleandirs\