mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-12-13 08:06:38 +01: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.
|
* Incremented the package version to 4.3.0int5.
|
||||||
2024-10-07 Fred Gleason <fredg@paravelsystems.com>
|
2024-10-07 Fred Gleason <fredg@paravelsystems.com>
|
||||||
* Added an rdautoback.py(8) utility.
|
* 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:
|
install-exec-local:
|
||||||
mkdir -p $(DESTDIR)/usr/sbin
|
mkdir -p $(DESTDIR)/usr/sbin
|
||||||
cp rdautoback.py $(DESTDIR)/usr/sbin/rdautoback.py
|
../../helpers/install_python.sh rdautoback.py $(DESTDIR)/usr/sbin/rdautoback
|
||||||
../../helpers/install_python.sh rdautoback.py $(DESTDIR)/usr/sbin/rdautoback.py
|
|
||||||
|
|
||||||
uninstall-local:
|
uninstall-local:
|
||||||
rm -f $(DESTDIR)/usr/sbin/rdautoback.py
|
rm -f $(DESTDIR)/usr/sbin/rdautoback
|
||||||
|
|
||||||
bin_SCRIPTS = rdautoback.py
|
bin_SCRIPTS = rdautoback.py
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user