From d0096074547d97b86ecfe8bbde99018bf8bcb136 Mon Sep 17 00:00:00 2001 From: Fred Gleason Date: Tue, 25 Jun 2024 10:59:02 -0400 Subject: [PATCH] 2024-06-25 Fred Gleason * Removed 'rd_backup_system.sh' and 'rd_restore_system.sh' from '/usr/share/rivendell/'. Signed-off-by: Fred Gleason --- ChangeLog | 3 +++ scripts/Makefile.am | 6 +----- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/ChangeLog b/ChangeLog index 3ece8685b..022f5300b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -24810,3 +24810,6 @@ * Removed the 'Wants=' rule from the 'rivendell' Systemd service. 2024-06-11 Fred Gleason * Incremented the package version 4.2.2int1. +2024-06-25 Fred Gleason + * Removed 'rd_backup_system.sh' and 'rd_restore_system.sh' from + '/usr/share/rivendell/'. diff --git a/scripts/Makefile.am b/scripts/Makefile.am index 38affc3a4..d51acb08a 100644 --- a/scripts/Makefile.am +++ b/scripts/Makefile.am @@ -2,7 +2,7 @@ ## ## Scripts Directory Makefile.am for Rivendell ## -## (C) Copyright 2002-2012,2016 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 version 2 as @@ -24,13 +24,9 @@ install-exec-local: mkdir -p $(DESTDIR)/etc/X11/xinit/xinitrc.d cp start-rdmonitor.sh $(DESTDIR)/etc/X11/xinit/xinitrc.d/ mkdir -p $(DESTDIR)/usr/share/rivendell - cp rd_backup_system.sh $(DESTDIR)/usr/share/rivendell/ - cp rd_restore_system.sh $(DESTDIR)/usr/share/rivendell/ uninstall-local: rm -f $(DESTDIR)/etc/X11/xinit/xinitrc.d/start-rdmonitor.sh - rm -f $(DESTDIR)/usr/share/rivendell/rd_backup_system.sh - rm -f $(DESTDIR)/usr/share/rivendell/rd_restore_system.sh bin_SCRIPTS = crc-unity4k.sh\ rd_audio_sync\