mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-10-19 17:11:15 +02:00
2024-10-08 Fred Gleason <fredg@paravelsystems.com>
* Changed the name of rdautoback.py(8) to rdautoback(8). Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
This commit is contained in:
@@ -24898,3 +24898,5 @@
|
||||
* Incremented the package version to 4.3.0int5.
|
||||
2024-10-07 Fred Gleason <fredg@paravelsystems.com>
|
||||
* Added an rdautoback.py(8) utility.
|
||||
2024-10-08 Fred Gleason <fredg@paravelsystems.com>
|
||||
* Changed the name of rdautoback.py(8) to rdautoback(8).
|
||||
|
@@ -22,11 +22,10 @@
|
||||
|
||||
install-exec-local:
|
||||
mkdir -p $(DESTDIR)/usr/sbin
|
||||
cp rdautoback.py $(DESTDIR)/usr/sbin/rdautoback.py
|
||||
../../helpers/install_python.sh rdautoback.py $(DESTDIR)/usr/sbin/rdautoback.py
|
||||
../../helpers/install_python.sh rdautoback.py $(DESTDIR)/usr/sbin/rdautoback
|
||||
|
||||
uninstall-local:
|
||||
rm -f $(DESTDIR)/usr/sbin/rdautoback.py
|
||||
rm -f $(DESTDIR)/usr/sbin/rdautoback
|
||||
|
||||
bin_SCRIPTS = rdautoback.py
|
||||
|
||||
|
Reference in New Issue
Block a user