mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-05-18 22:22:36 +02:00
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:
parent
adca39a4cf
commit
317dd0c386
@ -24938,3 +24938,6 @@
|
||||
2024-11-05 Fred Gleason <fredg@paravelsystems.com>
|
||||
* Added code to display the metadata of the proposed backup
|
||||
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.
|
||||
|
@ -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 \
|
||||
|
3
debian/rules.src
vendored
3
debian/rules.src
vendored
@ -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
|
||||
|
@ -118,7 +118,6 @@ man_MANS = rdadmin.1\
|
||||
rdautoback.8\
|
||||
rdautorest.8\
|
||||
rdautocheck.8\
|
||||
rdautocheck.8\
|
||||
rdclilogedit.1\
|
||||
rd.conf.5\
|
||||
rdconvert.1\
|
||||
|
@ -2,7 +2,7 @@
|
||||
##
|
||||
## 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
|
||||
## 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\
|
||||
|
Loading…
x
Reference in New Issue
Block a user