mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-11-02 15:13:52 +01:00
2024-06-06 Fred Gleason <fredg@paravelsystems.com>
* Added 'scripts/rivendell/rd_backup_system.sh' and 'rivendell/rd_restore_system.sh' to '/usr/share/rivendell/'. Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
This commit is contained in:
@@ -24796,3 +24796,6 @@
|
|||||||
mojibake when sending ISO-8859-1 characters with code points >= 0x80.
|
mojibake when sending ISO-8859-1 characters with code points >= 0x80.
|
||||||
2024-06-03 Fred Gleason <fredg@paravelsystems.com>
|
2024-06-03 Fred Gleason <fredg@paravelsystems.com>
|
||||||
* Incremented the package version 4.2.2int0.
|
* Incremented the package version 4.2.2int0.
|
||||||
|
2024-06-06 Fred Gleason <fredg@paravelsystems.com>
|
||||||
|
* Added 'scripts/rivendell/rd_backup_system.sh' and
|
||||||
|
'rivendell/rd_restore_system.sh' to '/usr/share/rivendell/'.
|
||||||
|
|||||||
@@ -23,9 +23,14 @@
|
|||||||
install-exec-local:
|
install-exec-local:
|
||||||
mkdir -p $(DESTDIR)/etc/X11/xinit/xinitrc.d
|
mkdir -p $(DESTDIR)/etc/X11/xinit/xinitrc.d
|
||||||
cp start-rdmonitor.sh $(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:
|
uninstall-local:
|
||||||
rm -f $(DESTDIR)/etc/X11/xinit/xinitrc.d/start-rdmonitor.sh
|
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\
|
bin_SCRIPTS = crc-unity4k.sh\
|
||||||
rd_audio_sync\
|
rd_audio_sync\
|
||||||
|
|||||||
@@ -4,7 +4,7 @@
|
|||||||
#
|
#
|
||||||
# Back up a complete Rivendell setup to removable media.
|
# Back up a complete Rivendell setup to removable media.
|
||||||
#
|
#
|
||||||
# (C) Copyright 2011,2016 Fred Gleason <fredg@paravelsystems.com>
|
# (C) Copyright 2011-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 version 2 as
|
# it under the terms of the GNU General Public License version 2 as
|
||||||
|
|||||||
Reference in New Issue
Block a user